c

cxf-rt-ws-policy

Apache CXF Runtime WS Policy
http://cxf.apache.org
Files download
File Operation
cxf-rt-ws-policy-2.6.11.jar download
cxf-rt-ws-policy-2.6.11.pom download
cxf-rt-ws-policy-2.6.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-rt-ws-policy</artifactId>
  <version>2.6.11</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cxf:cxf-rt-ws-policy:2.6.11'
Gradle Kotlin
implementation("org.apache.cxf:cxf-rt-ws-policy:2.6.11")
Scala SBT
libraryDependencies += "org.apache.cxf" % "cxf-rt-ws-policy" % "2.6.11"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cxf', module='cxf-rt-ws-policy', version='2.6.11')
)
Apache Ivy
<dependency org="org.apache.cxf" name="cxf-rt-ws-policy" rev="2.6.11" />
Leiningen
[org.apache.cxf/cxf-rt-ws-policy "2.6.11"]
Apache Buildr
'org.apache.cxf:cxf-rt-ws-policy:jar:2.6.11'