s

scannotation

This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
文件下载
文件名 操作
scannotation-1.0.2_1.jar 下载
scannotation-1.0.2_1.pom 下载
scannotation-1.0.2_1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.bundles</groupId>
  <artifactId>scannotation</artifactId>
  <version>1.0.2_1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.bundles:scannotation:1.0.2_1'
Gradle Kotlin
implementation("org.apache.geronimo.bundles:scannotation:1.0.2_1")
Scala SBT
libraryDependencies += "org.apache.geronimo.bundles" % "scannotation" % "1.0.2_1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.bundles', module='scannotation', version='1.0.2_1')
)
Apache Ivy
<dependency org="org.apache.geronimo.bundles" name="scannotation" rev="1.0.2_1" />
Leiningen
[org.apache.geronimo.bundles/scannotation "1.0.2_1"]
Apache Buildr
'org.apache.geronimo.bundles:scannotation:jar:1.0.2_1'