c

cxf-services-wsn-api

Apache CXF WSN API
https://cxf.apache.org
文件下载
文件名 操作
cxf-services-wsn-api-3.5.5.jar 下载
cxf-services-wsn-api-3.5.5.pom 下载
cxf-services-wsn-api-3.5.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.cxf.services.wsn</groupId>
  <artifactId>cxf-services-wsn-api</artifactId>
  <version>3.5.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf.services.wsn:cxf-services-wsn-api:3.5.5'
Gradle Kotlin
implementation("org.apache.cxf.services.wsn:cxf-services-wsn-api:3.5.5")
Scala SBT
libraryDependencies += "org.apache.cxf.services.wsn" % "cxf-services-wsn-api" % "3.5.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf.services.wsn', module='cxf-services-wsn-api', version='3.5.5')
)
Apache Ivy
<dependency org="org.apache.cxf.services.wsn" name="cxf-services-wsn-api" rev="3.5.5" />
Leiningen
[org.apache.cxf.services.wsn/cxf-services-wsn-api "3.5.5"]
Apache Buildr
'org.apache.cxf.services.wsn:cxf-services-wsn-api:jar:3.5.5'