c

cxf-rt-ws-policy

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