Download srp6a-2.0.2.jar file - Jar s

Jar examples for s:srp6a

Description

Complete Secure Remote Password (SRP-6a) implementation for Java.

You can download jar file srp6a 2.0.2 in this page.

License

GNU GENERAL PUBLIC LICENSE, Version 2, June 1991

Build File

You can use the following script to add srp6a-2.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

srp6a-2.0.2-javadoc.jar
srp6a-2.0.2-sources.jar
srp6a-2.0.2.jar
srp6a-2.0.2.pom



Related Tutorials