GroupId | GroupIdxfire |
---|---|
ArtifactId | ArtifactIdsaaj-impl |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
saaj-impl-1.3.pom | |
saaj-impl-1.3.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xfire/saaj-impl/ -->
<dependency>
<groupId>xfire</groupId>
<artifactId>saaj-impl</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/xfire/saaj-impl/
implementation 'xfire:saaj-impl:1.3'
// https://jarcasting.com/artifacts/xfire/saaj-impl/
implementation ("xfire:saaj-impl:1.3")
'xfire:saaj-impl:jar:1.3'
<dependency org="xfire" name="saaj-impl" rev="1.3">
<artifact name="saaj-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='xfire', module='saaj-impl', version='1.3')
)
libraryDependencies += "xfire" % "saaj-impl" % "1.3"
[xfire/saaj-impl "1.3"]