| GroupId | GroupIdorg.codehaus.enunciate |
|---|---|
| ArtifactId | ArtifactIdenunciate-xfire-tools |
| Version | Version1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| enunciate-xfire-tools-1.5.pom | |
| enunciate-xfire-tools-1.5.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-tools/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-xfire-tools</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-tools/
implementation 'org.codehaus.enunciate:enunciate-xfire-tools:1.5'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-tools/
implementation ("org.codehaus.enunciate:enunciate-xfire-tools:1.5")
'org.codehaus.enunciate:enunciate-xfire-tools:jar:1.5'
<dependency org="org.codehaus.enunciate" name="enunciate-xfire-tools" rev="1.5">
<artifact name="enunciate-xfire-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-xfire-tools', version='1.5')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-xfire-tools" % "1.5"
[org.codehaus.enunciate/enunciate-xfire-tools "1.5"]