文件下载
文件名 操作
annotation-3.2.5.jar 下载
annotation-3.2.5.pom 下载
annotation-3.2.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.speedment.common</groupId>
  <artifactId>annotation</artifactId>
  <version>3.2.5</version>
</dependency>
Gradle Groovy
implementation 'com.speedment.common:annotation:3.2.5'
Gradle Kotlin
implementation("com.speedment.common:annotation:3.2.5")
Scala SBT
libraryDependencies += "com.speedment.common" % "annotation" % "3.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment.common', module='annotation', version='3.2.5')
)
Apache Ivy
<dependency org="com.speedment.common" name="annotation" rev="3.2.5" />
Leiningen
[com.speedment.common/annotation "3.2.5"]
Apache Buildr
'com.speedment.common:annotation:jar:3.2.5'