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