GroupId | GroupIdorg.codehaus.xfire |
---|---|
ArtifactId | ArtifactIdxfire-all |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
xfire-all-1.2.4.pom | |
xfire-all-1.2.4.jar | 856 KB |
xfire-all-1.2.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.xfire/xfire-all/
implementation 'org.codehaus.xfire:xfire-all:1.2.4'
// https://jarcasting.com/artifacts/org.codehaus.xfire/xfire-all/
implementation ("org.codehaus.xfire:xfire-all:1.2.4")
'org.codehaus.xfire:xfire-all:jar:1.2.4'
<dependency org="org.codehaus.xfire" name="xfire-all" rev="1.2.4">
<artifact name="xfire-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.xfire', module='xfire-all', version='1.2.4')
)
libraryDependencies += "org.codehaus.xfire" % "xfire-all" % "1.2.4"
[org.codehaus.xfire/xfire-all "1.2.4"]