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