Download wss4j-2.1.7.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 2.1.7 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

wss4j-2.1.7.pom



Related Tutorials