a

annot8-common-processing

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