examples VS rules_jvm_external

Compare examples vs rules_jvm_external and see what are their differences.

rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts (by bazelbuild)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
examples rules_jvm_external
1 3
779 309
0.8% 1.6%
8.4 8.9
3 days ago 6 days ago
Starlark Starlark
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

examples

Posts with mentions or reviews of examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-02.

rules_jvm_external

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

What are some alternatives?

When comparing examples and rules_jvm_external you can also consider the following projects:

rules_foreign_cc - Build rules for interfacing with "foreign" (non-Bazel) build systems (CMake, configure-make, GNU Make, boost, ninja, Meson)

Maven Wrapper - The easiest way to integrate Maven into your project!

example-bazel-monorepo - πŸŒΏπŸ’š Example Bazel-ified monorepo, supporting Golang, Java, Python, Scala, and Typescript

rules_android - Android rules for Bazel

bazel-compilation-database - Tool to generate compile_commands.json from the Bazel build system

rules_docker - Rules for building and handling Docker images with Bazel

bazel.xplatform

distroless - πŸ₯‘ Language focused docker images, minus the operating system.

rules_kotlin - Bazel rules for Kotlin

rules_hugo - Bazel build rules for hugo static website generator