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