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