Download conceal-1.1.3.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.3 in this page.

License

BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

conceal-1.1.3.pom



Related Tutorials