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