is not current version
Last Version 4.0.0

com.sun.xml.ws:bundles 2.3.0


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

bundles
Version

Version

2.3.0
Type

Type

pom

Download bundles 2.3.0

Filename Size
bundles-2.3.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/bundles/ -->
<dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>bundles</artifactId>
    <version>2.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/bundles/
implementation 'com.sun.xml.ws:bundles:2.3.0'
// https://jarcasting.com/artifacts/com.sun.xml.ws/bundles/
implementation ("com.sun.xml.ws:bundles:2.3.0")
'com.sun.xml.ws:bundles:pom:2.3.0'
<dependency org="com.sun.xml.ws" name="bundles" rev="2.3.0">
  <artifact name="bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='bundles', version='2.3.0')
)
libraryDependencies += "com.sun.xml.ws" % "bundles" % "2.3.0"
[com.sun.xml.ws/bundles "2.3.0"]