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