Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.codehaus.enunciate |
ArtifactId | ArtifactIdenunciate-xfire-client |
Version | Version1.14 |
Type | Typejar |
Filename | Size |
---|---|
enunciate-xfire-client-1.14.pom | |
enunciate-xfire-client-1.14.jar | 41 KB |
enunciate-xfire-client-1.14-sources.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-client/ -->
<dependency>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>enunciate-xfire-client</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-client/
implementation 'org.codehaus.enunciate:enunciate-xfire-client:1.14'
// https://jarcasting.com/artifacts/org.codehaus.enunciate/enunciate-xfire-client/
implementation ("org.codehaus.enunciate:enunciate-xfire-client:1.14")
'org.codehaus.enunciate:enunciate-xfire-client:jar:1.14'
<dependency org="org.codehaus.enunciate" name="enunciate-xfire-client" rev="1.14">
<artifact name="enunciate-xfire-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.enunciate', module='enunciate-xfire-client', version='1.14')
)
libraryDependencies += "org.codehaus.enunciate" % "enunciate-xfire-client" % "1.14"
[org.codehaus.enunciate/enunciate-xfire-client "1.14"]