o

org.apache.servicemix.bundles.rhino

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