w

wss4j

The Apache WSS4J project provides a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications from the OASIS Web Services Security TC.
http://ws.apache.org/wss4j/
The Apache Software License, Version 2.0
The Apache Software Foundation
Files download
File Operation
wss4j-1.6.19.jar download
wss4j-1.6.19.pom download
wss4j-1.6.19-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.security</groupId>
  <artifactId>wss4j</artifactId>
  <version>1.6.19</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.security:wss4j:1.6.19'
Gradle Kotlin
implementation("org.apache.ws.security:wss4j:1.6.19")
Scala SBT
libraryDependencies += "org.apache.ws.security" % "wss4j" % "1.6.19"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.security', module='wss4j', version='1.6.19')
)
Apache Ivy
<dependency org="org.apache.ws.security" name="wss4j" rev="1.6.19" />
Leiningen
[org.apache.ws.security/wss4j "1.6.19"]
Apache Buildr
'org.apache.ws.security:wss4j:jar:1.6.19'