Download wss4j-1.6.6.jar file - Jar w

Jar examples for w:wss4j

Description

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.

You can download jar file wss4j 1.6.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add wss4j-1.6.6.jar to your project.

<dependency>
   <groupId>org.apache.ws.security</groupId>
   <artifactId>wss4j</artifactId>
   <version>1.6.6</version>
</dependency>
compile group: 'org.apache.ws.security', name: 'wss4j', version: '1.6.6'
libraryDependencies += "org.apache.ws.security" % "wss4j" % "1.6.6"
<dependency org="org.apache.ws.security" name="wss4j" rev="1.6.6"/>
@Grapes(@Grab(group='org.apache.ws.security', module='wss4j', version='1.6.6'))
'org.apache.ws.security:wss4j:jar:1.6.6'

Download

Click the following link to download the jar file.

wss4j-1.6.6.jar
wss4j-1.6.6-javadoc.jar
wss4j-1.6.6.pom
wss4j-1.6.6-sources.jar



Related Tutorials