What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated May 22, 2008 by Bruno.Ha...@manchester.ac.uk
Labels: Featured
MavenUsage  
Using jsslutils from Maven.

Using jsslutils from Maven

As of 22/05/2008, jsslutils (version 0.3) has entered the Maven central repository.

Here is the dependency descriptor:

<dependency>
	<groupId>com.googlecode.jsslutils</groupId>
	<artifactId>jsslutils</artifactId>
	<version>0.3</version>
</dependency>

In addition, you may also use the test keys and certificates, which are bundled separately:

<dependency>
	<groupId>com.googlecode.jsslutils</groupId>
	<artifactId>jsslutils-test-certificates</artifactId>
	<version>1.0</version>
</dependency>

Sign in to add a comment