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