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