MVN

me.nathanfallet.unlockpremium : unlockpremium

Maven & Gradle

Apr 21, 2022
5 stars

UnlockPremium · A package to include a standard "Unlock premium" view in iOS and Android apps

<dependency>
    <groupId>me.nathanfallet.unlockpremium</groupId>
    <artifactId>unlockpremium</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.nathanfallet.unlockpremium : unlockpremium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of me.nathanfallet.unlockpremium : unlockpremium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
unlockpremium-1.0.1
unlockpremium-1.0.0

How to add a dependency to Maven

Add the following me.nathanfallet.unlockpremium : unlockpremium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.nathanfallet.unlockpremium</groupId>
    <artifactId>unlockpremium</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.nathanfallet.unlockpremium : unlockpremium gradle dependency to your build.gradle file:

implementation 'me.nathanfallet.unlockpremium:unlockpremium:1.0.1'

Gradle Kotlin DSL: Add the following me.nathanfallet.unlockpremium : unlockpremium gradle kotlin dependency to your build.gradle.kts file:

implementation("me.nathanfallet.unlockpremium:unlockpremium:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.nathanfallet.unlockpremium : unlockpremium sbt scala dependency to your build.sbt file:

libraryDependencies += "me.nathanfallet.unlockpremium" % "unlockpremium" % "1.0.1"