c

cxf-rt-ws-policy

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