MVN

com.github.leonardoxh : keystore-ultimate

Maven & Gradle

Jul 23, 2018
1 usages
30 stars

Keystore ultimate · The ultimate solution for Android keystore manipulation

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

Latest Version

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

  • Latest Stable: 1.3.0

All Versions

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

  • Version Updated
  • keystore-ultimate-1.3.0

    Jul 23, 2018
  • keystore-ultimate-1.2.1

    May 31, 2018
  • keystore-ultimate-1.2.0

    May 30, 2018
  • keystore-ultimate-1.1.9

    May 29, 2018
  • keystore-ultimate-1.1.8

    May 28, 2018
  • keystore-ultimate-1.1.7

    May 27, 2018
  • keystore-ultimate-1.1.6

    May 07, 2018
  • keystore-ultimate-1.1.5

    May 02, 2018
  • keystore-ultimate-1.1.4

    Apr 24, 2018
  • keystore-ultimate-1.1.3

    Apr 09, 2018
  • keystore-ultimate-1.1.2

    Apr 06, 2018
  • keystore-ultimate-1.1.1

    Apr 05, 2018
  • keystore-ultimate-1.1.0

    Apr 05, 2018
  • keystore-ultimate-1.0.1

    Apr 03, 2018
  • keystore-ultimate-1.0.0

    Apr 03, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.leonardoxh</groupId>
    <artifactId>keystore-ultimate</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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