bazel-contrib / rules_jvm_external

Bazel rules to resolve, fetch and export Maven artifacts
Apache License 2.0
337 stars 256 forks source link

Allow round-tripping of the v2 lock file format in java #1284

Open shs96c opened 14 hours ago

shs96c commented 14 hours ago

There have been several occasions where I need to get the information from the lock file in a reusable way. Having this available from within rules_jvm_external's own classes would be most useful