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