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 →
Rules_jvm_external Alternatives
Similar projects and alternatives to rules_jvm_external
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Servo
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
-
-
-
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!)
-
-
-
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.
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
rules_jvm_external discussion
rules_jvm_external reviews and mentions
-
Modern Java/JVM Build Practices
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
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
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 26 Apr 2025
Stats
bazel-contrib/rules_jvm_external is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of rules_jvm_external is Starlark.
Popular Comparisons
- rules_jvm_external VS examples
- rules_jvm_external VS rules_android
- rules_jvm_external VS bazel.xplatform
- rules_jvm_external VS rules_kotlin
- rules_jvm_external VS SyllabusDB
- rules_jvm_external VS rust-socketio
- rules_jvm_external VS Maven Wrapper
- rules_jvm_external VS modern-java-practices
- rules_jvm_external VS rules_docker
- rules_jvm_external VS rules_swift