MVN

com.scottyab : aescrypt

Maven & Gradle

Mar 05, 2015
1 usages
639 stars

AESCrypt-Android · Simple API to perform AES encryption on Android. This is the Android counterpart to the AESCrypt library Ruby and Obj-C.

<dependency>
    <groupId>com.scottyab</groupId>
    <artifactId>aescrypt</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scottyab : aescrypt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.scottyab : aescrypt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
aescrypt-0.0.1

How to add a dependency to Maven

Add the following com.scottyab : aescrypt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scottyab</groupId>
    <artifactId>aescrypt</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scottyab : aescrypt gradle dependency to your build.gradle file:

implementation 'com.scottyab:aescrypt:0.0.1'

Gradle Kotlin DSL: Add the following com.scottyab : aescrypt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scottyab:aescrypt:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scottyab : aescrypt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scottyab" % "aescrypt" % "0.0.1"

Advertisement

Dependencies from Group

May 24, 2021
24 usages
1.6k stars
Mar 12, 2019
6 usages
1.5k stars
Dec 11, 2017
1 usages
26 stars
Mar 05, 2015
1 usages
639 stars

Discover Dependencies