GroupId | GroupIdxfire |
---|---|
ArtifactId | ArtifactIdxfire-xmlbeans |
Version | Version20050103.051748 |
Type | Typejar |
Filename | Size |
---|---|
xfire-xmlbeans-20050103.051748.pom | |
xfire-xmlbeans-20050103.051748.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xfire/xfire-xmlbeans/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>xfire-xmlbeans</artifactId>
<version>20050103.051748</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/xfire-xmlbeans/
implementation 'xfire:xfire-xmlbeans:20050103.051748'
// https://jarcasting.com/artifacts/xfire/xfire-xmlbeans/
implementation ("xfire:xfire-xmlbeans:20050103.051748")
'xfire:xfire-xmlbeans:jar:20050103.051748'
<dependency org="xfire" name="xfire-xmlbeans" rev="20050103.051748">
<artifact name="xfire-xmlbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='xfire-xmlbeans', version='20050103.051748')
)
libraryDependencies += "xfire" % "xfire-xmlbeans" % "20050103.051748"
[xfire/xfire-xmlbeans "20050103.051748"]