GroupId | GroupIdcom.sun.xml.ws |
---|---|
ArtifactId | ArtifactIdjaxws-tools |
Version | Version2.2.7-promoted-b11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sun.xml.ws/jaxws-tools/ -->
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-tools</artifactId>
<version>2.2.7-promoted-b11</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.ws/jaxws-tools/
implementation 'com.sun.xml.ws:jaxws-tools:2.2.7-promoted-b11'
// https://jarcasting.com/artifacts/com.sun.xml.ws/jaxws-tools/
implementation ("com.sun.xml.ws:jaxws-tools:2.2.7-promoted-b11")
'com.sun.xml.ws:jaxws-tools:jar:2.2.7-promoted-b11'
<dependency org="com.sun.xml.ws" name="jaxws-tools" rev="2.2.7-promoted-b11">
<artifact name="jaxws-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.ws', module='jaxws-tools', version='2.2.7-promoted-b11')
)
libraryDependencies += "com.sun.xml.ws" % "jaxws-tools" % "2.2.7-promoted-b11"
[com.sun.xml.ws/jaxws-tools "2.2.7-promoted-b11"]