MVN

org.bitbucket.frankmonza : kustomapi

Maven & Gradle

Apr 20, 2023

Kustom API · An API library to allow creation of Kustom APK skins

<dependency>
    <groupId>org.bitbucket.frankmonza</groupId>
    <artifactId>kustomapi</artifactId>
    <version>20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.frankmonza : kustomapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20

All Versions

Choose a version of org.bitbucket.frankmonza : kustomapi to add to Maven or Gradle - All Versions:

  • Version Updated
  • kustomapi-20

    Apr 20, 2023
  • kustomapi-1.3

    Dec 28, 2017
  • kustomapi-1.1

    Dec 06, 2017
  • kustomapi-1.0

    Feb 17, 2017
  • kustomapi-0.8

    Apr 05, 2016
  • kustomapi-0.7

    Mar 02, 2016
  • kustomapi-0.6

    Nov 19, 2014
  • kustomapi-0.5

    Nov 12, 2014
  • kustomapi-0.4

    Nov 06, 2014
  • kustomapi-0.3

    Sep 04, 2014
  • kustomapi-0.2

    Aug 29, 2014
  • kustomapi-0.1

    Aug 28, 2014

How to add a dependency to Maven

Add the following org.bitbucket.frankmonza : kustomapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.frankmonza</groupId>
    <artifactId>kustomapi</artifactId>
    <version>20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.frankmonza : kustomapi gradle dependency to your build.gradle file:

implementation 'org.bitbucket.frankmonza:kustomapi:20'

Gradle Kotlin DSL: Add the following org.bitbucket.frankmonza : kustomapi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.frankmonza:kustomapi:20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.frankmonza : kustomapi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.frankmonza" % "kustomapi" % "20"