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