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