c

cxf-services-wsn-api

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