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