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
The Apache WSS4J Team
Files download
File Operation
wss4j-2.1.6.pom download
Apache Maven
<dependency>
  <groupId>org.apache.wss4j</groupId>
  <artifactId>wss4j</artifactId>
  <version>2.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.wss4j:wss4j:2.1.6'
Gradle Kotlin
implementation("org.apache.wss4j:wss4j:2.1.6")
Scala SBT
libraryDependencies += "org.apache.wss4j" % "wss4j" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.wss4j', module='wss4j', version='2.1.6')
)
Apache Ivy
<dependency org="org.apache.wss4j" name="wss4j" rev="2.1.6" />
Leiningen
[org.apache.wss4j/wss4j "2.1.6"]
Apache Buildr
'org.apache.wss4j:wss4j:jar:2.1.6'