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