rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts (by bazelbuild)

Rules_jvm_external Alternatives

Similar projects and alternatives to rules_jvm_external

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 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 - InfluxDB
    www.influxdata.com | 1 Jun 2024
    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. Learn more →

Stats

Basic rules_jvm_external repo stats
3
311
8.9
8 days ago

bazelbuild/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.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com