a

annot8-conventions

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