d

depsio-maven-plugin

Deps.io plugin for maven
http://deps.io
MIT License
Jeremie
Files download
File Operation
depsio-maven-plugin-0.0.4.jar download
depsio-maven-plugin-0.0.4.pom download
depsio-maven-plugin-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.letsdoapps.depsio.maven</groupId>
  <artifactId>depsio-maven-plugin</artifactId>
  <version>0.0.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.letsdoapps.depsio.maven:depsio-maven-plugin:0.0.4'
Gradle Kotlin
implementation("com.letsdoapps.depsio.maven:depsio-maven-plugin:0.0.4")
Scala SBT
libraryDependencies += "com.letsdoapps.depsio.maven" % "depsio-maven-plugin" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.letsdoapps.depsio.maven', module='depsio-maven-plugin', version='0.0.4')
)
Apache Ivy
<dependency org="com.letsdoapps.depsio.maven" name="depsio-maven-plugin" rev="0.0.4" />
Leiningen
[com.letsdoapps.depsio.maven/depsio-maven-plugin "0.0.4"]
Apache Buildr
'com.letsdoapps.depsio.maven:depsio-maven-plugin:jar:0.0.4'