a

annot8-common-processing

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