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