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