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