is not current version
Last Version 1.5.1

wss4j:wss4j 1.5.0

Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and verify SOAP Messages with WS-Security information. WSS4J will use Apache Axis and Apache XML-Security projects and will be interoperable with JAX-RPC based server/clients and .NET server/clients.

GroupId

GroupId

wss4j
ArtifactId

ArtifactId

wss4j
Version

Version

1.5.0
Type

Type

jar

Download wss4j 1.5.0


<!-- https://jarcasting.com/artifacts/wss4j/wss4j/ -->
<dependency>
    <groupId>wss4j</groupId>
    <artifactId>wss4j</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/wss4j/wss4j/
implementation 'wss4j:wss4j:1.5.0'
// https://jarcasting.com/artifacts/wss4j/wss4j/
implementation ("wss4j:wss4j:1.5.0")
'wss4j:wss4j:jar:1.5.0'
<dependency org="wss4j" name="wss4j" rev="1.5.0">
  <artifact name="wss4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='wss4j', module='wss4j', version='1.5.0')
)
libraryDependencies += "wss4j" % "wss4j" % "1.5.0"
[wss4j "1.5.0"]