is not current version
Last Version 3.2.10

com.speedment.common:annotation 3.2.5

Annotation classes

Categories

Categories

Speedment Data Databases
GroupId

GroupId

com.speedment.common
ArtifactId

ArtifactId

annotation
Version

Version

3.2.5
Type

Type

jar

Download annotation 3.2.5


<!-- https://jarcasting.com/artifacts/com.speedment.common/annotation/ -->
<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>annotation</artifactId>
    <version>3.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.common/annotation/
implementation 'com.speedment.common:annotation:3.2.5'
// https://jarcasting.com/artifacts/com.speedment.common/annotation/
implementation ("com.speedment.common:annotation:3.2.5")
'com.speedment.common:annotation:jar:3.2.5'
<dependency org="com.speedment.common" name="annotation" rev="3.2.5">
  <artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.common', module='annotation', version='3.2.5')
)
libraryDependencies += "com.speedment.common" % "annotation" % "3.2.5"
[com.speedment.common/annotation "3.2.5"]