文件下载
文件名 操作
anyboot-web-ext-2.0.3.835.jar 下载
anyboot-web-ext-2.0.3.835.pom 下载
anyboot-web-ext-2.0.3.835-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.anyline</groupId>
  <artifactId>anyboot-web-ext</artifactId>
  <version>2.0.3.835</version>
</dependency>
Gradle Groovy
implementation 'org.anyline:anyboot-web-ext:2.0.3.835'
Gradle Kotlin
implementation("org.anyline:anyboot-web-ext:2.0.3.835")
Scala SBT
libraryDependencies += "org.anyline" % "anyboot-web-ext" % "2.0.3.835"
Groovy Grape
@Grapes(
  @Grab(group='org.anyline', module='anyboot-web-ext', version='2.0.3.835')
)
Apache Ivy
<dependency org="org.anyline" name="anyboot-web-ext" rev="2.0.3.835" />
Leiningen
[org.anyline/anyboot-web-ext "2.0.3.835"]
Apache Buildr
'org.anyline:anyboot-web-ext:jar:2.0.3.835'