o

org.apache.servicemix.cxf.transport.nmr

Apache CXF Transport integration to NMR
文件下载
文件名 操作
org.apache.servicemix.cxf.transport.nmr-4.5.0.jar 下载
org.apache.servicemix.cxf.transport.nmr-4.5.0.pom 下载
org.apache.servicemix.cxf.transport.nmr-4.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.servicemix.cxf</groupId>
  <artifactId>org.apache.servicemix.cxf.transport.nmr</artifactId>
  <version>4.5.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix.cxf:org.apache.servicemix.cxf.transport.nmr:4.5.0'
Gradle Kotlin
implementation("org.apache.servicemix.cxf:org.apache.servicemix.cxf.transport.nmr:4.5.0")
Scala SBT
libraryDependencies += "org.apache.servicemix.cxf" % "org.apache.servicemix.cxf.transport.nmr" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix.cxf', module='org.apache.servicemix.cxf.transport.nmr', version='4.5.0')
)
Apache Ivy
<dependency org="org.apache.servicemix.cxf" name="org.apache.servicemix.cxf.transport.nmr" rev="4.5.0" />
Leiningen
[org.apache.servicemix.cxf/org.apache.servicemix.cxf.transport.nmr "4.5.0"]
Apache Buildr
'org.apache.servicemix.cxf:org.apache.servicemix.cxf.transport.nmr:jar:4.5.0'