Download cryptolite-1.3.3.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.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

cryptolite-1.3.3-javadoc.jar
cryptolite-1.3.3-sources.jar
cryptolite-1.3.3.jar
cryptolite-1.3.3.pom



Related Tutorials