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