w

wss4j

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.
http://ws.apache.org/wss4j/
The Apache Software License, Version 2.0
The Apache Software Foundation
Davanum Srinivas Werner Dittmann Ias Ruchith Fernando Fred Dushin Colm O hEigeartaigh Nandana Mihindukulasooriya
文件下载
文件名 操作
wss4j-1.5.7.jar 下载
wss4j-1.5.7.pom 下载
wss4j-1.5.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.ws.security</groupId>
  <artifactId>wss4j</artifactId>
  <version>1.5.7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.security:wss4j:1.5.7'
Gradle Kotlin
implementation("org.apache.ws.security:wss4j:1.5.7")
Scala SBT
libraryDependencies += "org.apache.ws.security" % "wss4j" % "1.5.7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.security', module='wss4j', version='1.5.7')
)
Apache Ivy
<dependency org="org.apache.ws.security" name="wss4j" rev="1.5.7" />
Leiningen
[org.apache.ws.security/wss4j "1.5.7"]
Apache Buildr
'org.apache.ws.security:wss4j:jar:1.5.7'