c

cxf-services-wsn-api

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