bazel-deps icon indicating copy to clipboard operation
bazel-deps copied to clipboard

Generate bazel dependencies for maven artifacts

Results 103 bazel-deps issues
Sort by recently updated
recently updated
newest added

If I depend on `io.netty.netty-transport-native-epoll`, Coursier will try and resolve the artifact without an `_` in the `linux-aarch64` classifier. If I manually go to the URL and insert an `_`...

We're trying to upgrade our version of temporal java SDK [here](https://github.com/temporalio/sdk-java) to the latest version of v1.14.0. There seems to be an issue where it tries to transitively download a...

A dependency in the existing protobuf version (v3.8.0) is no longer resolvable (zlip 1.2.10), bumping to a compatible semver release that resolves this issue.

currently we do a repo rule that downloads the file, then use java_import to wrap that, then use java_library to build the dependency graph. This is because in the past,...

I'm getting this error message: ``` [main] ERROR MakeDeps - circular exports graph: com.google.flogger:flogger, com.google.flogger:flogger ``` I have no idea what this means or how to resolve it.

it would be nice to have support for reading lock files generated by gradle, or even read a set of poms and use those as the external dependencies, this eases...

it is too toilsome to update dependencies. It would be nice to have a way to specify to use the latest version of any dep (of if you want it...

Currently the old travis-ci based CI is broken I think. We should use github actions and also test mac, windows and linux if possible.

Does bazel-deps support pulling down latest 3rdparty dependency versions available from say, Maven? E.g. if I specify `version` to be `LATEST` then it'll pull down whatever latest version that is...

There seems to be a bug caused by mixing Scala and Java dependencies. The tool seems to use the same target name for both, and thus produces duplicate targets (one...