GroupId | GroupIdcom.sun.xml.ws |
---|---|
ArtifactId | ArtifactIdbundles |
Version | Version2.2.8-b13729 |
Type | Typepom |
Filename | Size |
---|---|
bundles-2.2.8-b13729.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/bundles/ -->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>bundles</artifactId>
<version>2.2.8-b13729</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/bundles/
implementation 'com.sun.xml.ws:bundles:2.2.8-b13729'
// https://jarcasting.com/artifacts/com.sun.xml.ws/bundles/
implementation ("com.sun.xml.ws:bundles:2.2.8-b13729")
'com.sun.xml.ws:bundles:pom:2.2.8-b13729'
<dependency org="com.sun.xml.ws" name="bundles" rev="2.2.8-b13729">
<artifact name="bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='bundles', version='2.2.8-b13729')
)
libraryDependencies += "com.sun.xml.ws" % "bundles" % "2.2.8-b13729"
[com.sun.xml.ws/bundles "2.2.8-b13729"]