Tool for adding dependencies to gradle/maven/sbt build files
Just run jadd
without arguments and enjoy tab completion!
jadd i logback-classic postgresql gson commons-io io.grpc:grpc-protobuf
jadd i -r jrequirements.txt
-
install
(shortcuti
) add dependency to build file -
search
(shortcuts
) print dependency to console -
show
show artifacts from build file -
help
coursier install jadd --channel https://git.io/JvV0g
sbt publishLocal
[info] published ivy to ~/.ivy2/local/ru.d10xa/jadd-cli_2.13/0.1.27-RC3+133-f448e33d+20230726-0002/ivys/ivy.xml
coursier launch ru.d10xa:jadd_2.13:0.1.27-RC3 -- show
mvn archetype:generate -DgroupId=com.example -DartifactId=example-mvn -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
cd example-mvn
jadd i logback-classic
mkdir example-gradle
cd example-gradle
gradle init --type java-application
jadd i mysql
sbt new scala/scala-seed.g8
# name [Scala Seed Project]: example-sbt
cd example-sbt
jadd i akka-http