a

ahtutils-interfaces

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