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