Download scrypt-1.4.0.jar file - Jar s

Jar examples for s:scrypt

Description

Java implementation of scrypt

You can download jar file scrypt 1.4.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add scrypt-1.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

scrypt-1.4.0-javadoc.jar
scrypt-1.4.0-sources.jar
scrypt-1.4.0.jar
scrypt-1.4.0.pom



Related Tutorials