GroupId | GroupIdorg.codehaus.xfire |
---|---|
ArtifactId | ArtifactIdxfire-all |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
xfire-all-1.2.3.pom | |
xfire-all-1.2.3.jar | 895 KB |
xfire-all-1.2.3-sources.jar | 417 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.xfire/xfire-all/ -->
<dependency>
<groupId>org.codehaus.xfire</groupId>
<artifactId>xfire-all</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.xfire/xfire-all/
implementation 'org.codehaus.xfire:xfire-all:1.2.3'
// https://jarcasting.com/artifacts/org.codehaus.xfire/xfire-all/
implementation ("org.codehaus.xfire:xfire-all:1.2.3")
'org.codehaus.xfire:xfire-all:jar:1.2.3'
<dependency org="org.codehaus.xfire" name="xfire-all" rev="1.2.3">
<artifact name="xfire-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.xfire', module='xfire-all', version='1.2.3')
)
libraryDependencies += "org.codehaus.xfire" % "xfire-all" % "1.2.3"
[org.codehaus.xfire/xfire-all "1.2.3"]