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