bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
45 stars 30 forks source link

New project Bazel Java Dependency Converter #95

Open hcoona opened 5 years ago

hcoona commented 5 years ago

Bazel force people to specify dependencies explicitly. This is good to spot some version conflicts but a heavy burden without tool supporting.

The official migrating tool for Maven is deprecated, while its alternative bazel-deps didn’t support Maven project smoothly. That’s why I need to write this project.

https://github.com/hcoona/bazel-java-dependency-converter