Files download
File Operation
annotation-3.1.14.jar download
annotation-3.1.14.pom download
annotation-3.1.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.speedment.common</groupId>
  <artifactId>annotation</artifactId>
  <version>3.1.14</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.speedment.common:annotation:3.1.14'
Gradle Kotlin
implementation("com.speedment.common:annotation:3.1.14")
Scala SBT
libraryDependencies += "com.speedment.common" % "annotation" % "3.1.14"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment.common', module='annotation', version='3.1.14')
)
Apache Ivy
<dependency org="com.speedment.common" name="annotation" rev="3.1.14" />
Leiningen
[com.speedment.common/annotation "3.1.14"]
Apache Buildr
'com.speedment.common:annotation:jar:3.1.14'