MVN

com.github.leonardoxh : keystore-ultimate-test

Maven & Gradle

Jul 23, 2018
30 stars

Keystore ultimate test · The ultimate solution for Android keystore manipulation

<dependency>
    <groupId>com.github.leonardoxh</groupId>
    <artifactId>keystore-ultimate-test</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.leonardoxh : keystore-ultimate-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.github.leonardoxh : keystore-ultimate-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
keystore-ultimate-test-1.3.0
1.2.x
keystore-ultimate-test-1.2.1
keystore-ultimate-test-1.2.0
1.1.x
keystore-ultimate-test-1.1.9
keystore-ultimate-test-1.1.8
keystore-ultimate-test-1.1.7

How to add a dependency to Maven

Add the following com.github.leonardoxh : keystore-ultimate-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.leonardoxh</groupId>
    <artifactId>keystore-ultimate-test</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.leonardoxh : keystore-ultimate-test gradle dependency to your build.gradle file:

implementation 'com.github.leonardoxh:keystore-ultimate-test:1.3.0'

Gradle Kotlin DSL: Add the following com.github.leonardoxh : keystore-ultimate-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.leonardoxh:keystore-ultimate-test:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.leonardoxh : keystore-ultimate-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.leonardoxh" % "keystore-ultimate-test" % "1.3.0"