Download conceal-1.1.2.jar file - Jar c

Jar examples for c:conceal

Description

Conceal is an easy to use, performant crypto library for android.

You can download jar file conceal 1.1.2 in this page.

License

BSD 2-Clause License

Build File

You can use the following script to add conceal-1.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

conceal-1.1.2.pom



Related Tutorials