Files download
File Operation
policy-2.2.2-b04.jar download
policy-2.2.2-b04.pom download
policy-2.2.2-b04-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>policy</artifactId>
  <version>2.2.2-b04</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.ws:policy:2.2.2-b04'
Gradle Kotlin
implementation("com.sun.xml.ws:policy:2.2.2-b04")
Scala SBT
libraryDependencies += "com.sun.xml.ws" % "policy" % "2.2.2-b04"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.ws', module='policy', version='2.2.2-b04')
)
Apache Ivy
<dependency org="com.sun.xml.ws" name="policy" rev="2.2.2-b04" />
Leiningen
[com.sun.xml.ws/policy "2.2.2-b04"]
Apache Buildr
'com.sun.xml.ws:policy:jar:2.2.2-b04'