GroupId | GroupIdxfire |
---|---|
ArtifactId | ArtifactIdsun-jaxws-api |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
sun-jaxws-api-2.0.pom | |
sun-jaxws-api-2.0-ea3.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xfire/sun-jaxws-api/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>sun-jaxws-api</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/sun-jaxws-api/
implementation 'xfire:sun-jaxws-api:2.0'
// https://jarcasting.com/artifacts/xfire/sun-jaxws-api/
implementation ("xfire:sun-jaxws-api:2.0")
'xfire:sun-jaxws-api:jar:2.0'
<dependency org="xfire" name="sun-jaxws-api" rev="2.0">
<artifact name="sun-jaxws-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='sun-jaxws-api', version='2.0')
)
libraryDependencies += "xfire" % "sun-jaxws-api" % "2.0"
[xfire/sun-jaxws-api "2.0"]