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 Vulnerabilities Updated
20
kustomapi-20
1.3
kustomapi-1.3
1.1
kustomapi-1.1
1.0
kustomapi-1.0
0.8
kustomapi-0.8
0.7
kustomapi-0.7
0.6
kustomapi-0.6
0.5
kustomapi-0.5
0.4
kustomapi-0.4
0.3
kustomapi-0.3
0.2
kustomapi-0.2
0.1
kustomapi-0.1

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"