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