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