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 Steven Taylor
Files download
File Operation
annot8-parent-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>io.annot8</groupId>
  <artifactId>annot8-parent</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.annot8:annot8-parent:1.0.2'
Gradle Kotlin
implementation("io.annot8:annot8-parent:1.0.2")
Scala SBT
libraryDependencies += "io.annot8" % "annot8-parent" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.annot8', module='annot8-parent', version='1.0.2')
)
Apache Ivy
<dependency org="io.annot8" name="annot8-parent" rev="1.0.2" />
Leiningen
[io.annot8/annot8-parent "1.0.2"]
Apache Buildr
'io.annot8:annot8-parent:jar:1.0.2'