c

cxf-services-wsn-api

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