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