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