Download cryptolite-1.3.0.jar file - Jar c

Jar examples for c:cryptolite

Description

Good, clean, "right" cryptography, bypassing all the options. See: http://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html

You can download jar file cryptolite 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cryptolite-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

cryptolite-1.3.0-javadoc.jar
cryptolite-1.3.0-sources.jar
cryptolite-1.3.0.jar
cryptolite-1.3.0.pom



Related Tutorials