a

annot8-parent

Parent POM that contains common properties for all Annot8 projects
http://annot8.io
Apache Software License 2.0
James Baker Chris Flatley Stuart Hendren
Files download
File Operation
annot8-parent-0.2.0.pom download
Apache Maven
<dependency>
  <groupId>io.annot8</groupId>
  <artifactId>annot8-parent</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.annot8:annot8-parent:0.2.0'
Gradle Kotlin
implementation("io.annot8:annot8-parent:0.2.0")
Scala SBT
libraryDependencies += "io.annot8" % "annot8-parent" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.annot8', module='annot8-parent', version='0.2.0')
)
Apache Ivy
<dependency org="io.annot8" name="annot8-parent" rev="0.2.0" />
Leiningen
[io.annot8/annot8-parent "0.2.0"]
Apache Buildr
'io.annot8:annot8-parent:jar:0.2.0'