o

org.apache.servicemix.bundles.xfire

This OSGi bundle wraps xfire-aegis, xfire-annotations, xfire-castor, xfire-core, xfire-generator, xfire-jaxb2, xfire-jaxws, xfire-jibx, xfire-xmlbeans ${pkgVersion} jar files.
文件下载
文件名 操作
org.apache.servicemix.bundles.xfire-1.2.6_1.jar 下载
org.apache.servicemix.bundles.xfire-1.2.6_1.pom 下载
org.apache.servicemix.bundles.xfire-1.2.6_1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.xfire</artifactId>
  <version>1.2.6_1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.xfire:1.2.6_1'
Gradle Kotlin
implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.xfire:1.2.6_1")
Scala SBT
libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.xfire" % "1.2.6_1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.bundles', module='org.apache.servicemix.bundles.xfire', version='1.2.6_1')
)
Apache Ivy
<dependency org="org.apache.servicemix.bundles" name="org.apache.servicemix.bundles.xfire" rev="1.2.6_1" />
Leiningen
[org.apache.servicemix.bundles/org.apache.servicemix.bundles.xfire "1.2.6_1"]
Apache Buildr
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.xfire:jar:1.2.6_1'