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