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