o

org.apache.servicemix.bundles.xalan

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