Files download
File Operation
jd-cli-root-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.kwart.jd</groupId>
  <artifactId>jd-cli-root</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.kwart.jd:jd-cli-root:1.2.0'
Gradle Kotlin
implementation("com.github.kwart.jd:jd-cli-root:1.2.0")
Scala SBT
libraryDependencies += "com.github.kwart.jd" % "jd-cli-root" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kwart.jd', module='jd-cli-root', version='1.2.0')
)
Apache Ivy
<dependency org="com.github.kwart.jd" name="jd-cli-root" rev="1.2.0" />
Leiningen
[com.github.kwart.jd/jd-cli-root "1.2.0"]
Apache Buildr
'com.github.kwart.jd:jd-cli-root:jar:1.2.0'
Dependencies