is not current version
Last Version 4.0.0

com.sun.xml.ws:bundles 4.0.0-M1


GroupId

GroupId

com.sun.xml.ws
ArtifactId

ArtifactId

bundles
Version

Version

4.0.0-M1
Type

Type

pom

Download bundles 4.0.0-M1

Filename Size
bundles-4.0.0-M1.pom 1 KB
Browse

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