Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdpom |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
pom-1.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/pom/ -->
<dependency>
<groupId>org.jvnet.jax-ws-commons</groupId>
<artifactId>pom</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/pom/
implementation 'org.jvnet.jax-ws-commons:pom:1.3'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/pom/
implementation ("org.jvnet.jax-ws-commons:pom:1.3")
'org.jvnet.jax-ws-commons:pom:pom:1.3'
<dependency org="org.jvnet.jax-ws-commons" name="pom" rev="1.3">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='pom', version='1.3')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "pom" % "1.3"
[org.jvnet.jax-ws-commons/pom "1.3"]