Files download
File Operation
depend-0.9.13.pom download
Apache Maven
<dependency>
  <groupId>io.leopard.depend</groupId>
  <artifactId>depend</artifactId>
  <version>0.9.13</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.leopard.depend:depend:0.9.13'
Gradle Kotlin
implementation("io.leopard.depend:depend:0.9.13")
Scala SBT
libraryDependencies += "io.leopard.depend" % "depend" % "0.9.13"
Groovy Grape
@Grapes(
  @Grab(group='io.leopard.depend', module='depend', version='0.9.13')
)
Apache Ivy
<dependency org="io.leopard.depend" name="depend" rev="0.9.13" />
Leiningen
[io.leopard.depend/depend "0.9.13"]
Apache Buildr
'io.leopard.depend:depend:jar:0.9.13'
Dependencies
The project has no third-party dependencies