g

geronimo-annotation_1.1_spec

Annotation spec 1.1 API
http://geronimo.apache.org/maven/${siteId}/${version}
文件下载
文件名 操作
geronimo-annotation_1.1_spec-1.0.1.jar 下载
geronimo-annotation_1.1_spec-1.0.1.pom 下载
geronimo-annotation_1.1_spec-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.specs</groupId>
  <artifactId>geronimo-annotation_1.1_spec</artifactId>
  <version>1.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.specs:geronimo-annotation_1.1_spec:1.0.1'
Gradle Kotlin
implementation("org.apache.geronimo.specs:geronimo-annotation_1.1_spec:1.0.1")
Scala SBT
libraryDependencies += "org.apache.geronimo.specs" % "geronimo-annotation_1.1_spec" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.specs', module='geronimo-annotation_1.1_spec', version='1.0.1')
)
Apache Ivy
<dependency org="org.apache.geronimo.specs" name="geronimo-annotation_1.1_spec" rev="1.0.1" />
Leiningen
[org.apache.geronimo.specs/geronimo-annotation_1.1_spec "1.0.1"]
Apache Buildr
'org.apache.geronimo.specs:geronimo-annotation_1.1_spec:jar:1.0.1'