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