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