| GroupId | GroupIdxfire |
|---|---|
| ArtifactId | ArtifactIdxfire-jsr181-api |
| Version | Version1.0-M1 |
| Type | Typejar |
| Description |
DescriptionXFire JSR 181 API
JSR 181 annotations.
|
| Project Organization |
Project OrganizationCodehaus |
| Filename | Size |
|---|---|
| xfire-jsr181-api-1.0-M1.pom | |
| xfire-jsr181-api-1.0-M1.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xfire/xfire-jsr181-api/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>xfire-jsr181-api</artifactId>
<version>1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/xfire-jsr181-api/
implementation 'xfire:xfire-jsr181-api:1.0-M1'
// https://jarcasting.com/artifacts/xfire/xfire-jsr181-api/
implementation ("xfire:xfire-jsr181-api:1.0-M1")
'xfire:xfire-jsr181-api:jar:1.0-M1'
<dependency org="xfire" name="xfire-jsr181-api" rev="1.0-M1">
<artifact name="xfire-jsr181-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='xfire-jsr181-api', version='1.0-M1')
)
libraryDependencies += "xfire" % "xfire-jsr181-api" % "1.0-M1"
[xfire/xfire-jsr181-api "1.0-M1"]