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