GroupId | GroupIdcom.sun.xml.ws |
---|---|
ArtifactId | ArtifactIdbundles |
Version | Version2.3.3-b01 |
Type | Typepom |
Filename | Size |
---|---|
bundles-2.3.3-b01.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.3-b01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/bundles/
implementation 'com.sun.xml.ws:bundles:2.3.3-b01'
// https://jarcasting.com/artifacts/com.sun.xml.ws/bundles/
implementation ("com.sun.xml.ws:bundles:2.3.3-b01")
'com.sun.xml.ws:bundles:pom:2.3.3-b01'
<dependency org="com.sun.xml.ws" name="bundles" rev="2.3.3-b01">
<artifact name="bundles" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='bundles', version='2.3.3-b01')
)
libraryDependencies += "com.sun.xml.ws" % "bundles" % "2.3.3-b01"
[com.sun.xml.ws/bundles "2.3.3-b01"]