c

cxf-rt-ws-policy

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