s

sxc-runtime

This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
Files download
File Operation
sxc-runtime-0.7.3_1.jar download
sxc-runtime-0.7.3_1.pom download
sxc-runtime-0.7.3_1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.bundles</groupId>
  <artifactId>sxc-runtime</artifactId>
  <version>0.7.3_1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.bundles:sxc-runtime:0.7.3_1'
Gradle Kotlin
implementation("org.apache.geronimo.bundles:sxc-runtime:0.7.3_1")
Scala SBT
libraryDependencies += "org.apache.geronimo.bundles" % "sxc-runtime" % "0.7.3_1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.bundles', module='sxc-runtime', version='0.7.3_1')
)
Apache Ivy
<dependency org="org.apache.geronimo.bundles" name="sxc-runtime" rev="0.7.3_1" />
Leiningen
[org.apache.geronimo.bundles/sxc-runtime "0.7.3_1"]
Apache Buildr
'org.apache.geronimo.bundles:sxc-runtime:jar:0.7.3_1'