c

cxf-rt-ws-policy

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