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