Files download
File Operation
depot-maven-plugin-1.0.4.jar download
depot-maven-plugin-1.0.4.pom download
depot-maven-plugin-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.samskivert</groupId>
  <artifactId>depot-maven-plugin</artifactId>
  <version>1.0.4</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.samskivert:depot-maven-plugin:1.0.4'
Gradle Kotlin
implementation("com.samskivert:depot-maven-plugin:1.0.4")
Scala SBT
libraryDependencies += "com.samskivert" % "depot-maven-plugin" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.samskivert', module='depot-maven-plugin', version='1.0.4')
)
Apache Ivy
<dependency org="com.samskivert" name="depot-maven-plugin" rev="1.0.4" />
Leiningen
[com.samskivert/depot-maven-plugin "1.0.4"]
Apache Buildr
'com.samskivert:depot-maven-plugin:jar:1.0.4'