rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts (by bazel-contrib)

Rules_jvm_external Alternatives

Similar projects and alternatives to rules_jvm_external

  1. ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Servo

    Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

  4. Bazel

    a fast, scalable, multi-language and extensible build system

  5. emsdk

    Emscripten SDK

  6. scala-cli

    Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)

  7. gdext

    Rust bindings for Godot 4

  8. rules_kotlin

    Bazel rules for Kotlin

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. rust-socketio

    An implementation of a socket.io client written in the Rust programming language.

  11. examples

    Examples for Bazel (by bazelbuild)

  12. rules_android

    Android rules for Bazel

  13. Maven Wrapper

    Discontinued The easiest way to integrate Maven into your project!

  14. SyllabusDB

    Let's build a document database!

  15. modern-java-practices

    Modern Java/JVM Build Practices

  16. rules_swift

    Bazel rules to build Swift on Apple and Linux platforms

  17. rules_docker

    Discontinued Rules for building and handling Docker images with Bazel

  18. rules_apple

    Bazel rules to build apps for Apple platforms.

  19. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rules_jvm_external alternative or higher similarity.

rules_jvm_external discussion

Log in or Post with

rules_jvm_external reviews and mentions

Posts with mentions or reviews of rules_jvm_external. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Modern Java/JVM Build Practices
    9 projects | news.ycombinator.com | 4 Jan 2024
    Honestly Bazel and Java is actually a really nice experience. Pull in third party stuff from https://github.com/bazelbuild/rules_jvm_external. There is built in support for uber jar builds by adding a _deploy.jar suffix to binary jars. Protobuf and other codegen is super easy!
  • A Comprehensive guide to build a cross-platform application by Bazel
    8 projects | dev.to | 17 Nov 2022
    git_repository( name = "rules_jvm_external", remote = "https://github.com/bazelbuild/rules_jvm_external.git", tag = "4.2", ) load("@rules_jvm_external//:defs.bzl", "maven_install") maven_install( artifacts = [ "androidx.appcompat:appcompat:1.3.0", "com.google.android.material:material:1.4.0", "androidx.constraintlayout:constraintlayout:2.0.4", ], repositories = [ "https://maven.google.com", ], )
  • Lightweight build alternatives to Gradle / Maven
    5 projects | /r/Kotlin | 3 Dec 2021
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 26 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic rules_jvm_external repo stats
3
347
8.6
about 1 month ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that Starlark is
the 71st most popular programming language
based on number of references?