MVN

com.iovation.launchkey : sdk

Maven & Gradle

Dec 03, 2021
3 usages
9 stars

iovation LaunchKey SDK · SDK for interacting with the LaunchKey distributed authentication and authorization platform

<dependency>
    <groupId>com.iovation.launchkey</groupId>
    <artifactId>sdk</artifactId>
    <version>4.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iovation.launchkey : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.10.0

All Versions

Choose a version of com.iovation.launchkey : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.10.x
sdk-4.10.0
4.9.x
sdk-4.9.0
4.8.x
sdk-4.8.0
4.7.x
sdk-4.7.0
4.6.x
sdk-4.6.0
4.5.x
sdk-4.5.0
4.3.x
sdk-4.3.0
4.2.x
sdk-4.2.2
sdk-4.2.1
sdk-4.2.0
4.1.x
sdk-4.1.0
4.0.x
sdk-4.0.1
sdk-4.0.0

How to add a dependency to Maven

Add the following com.iovation.launchkey : sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.iovation.launchkey</groupId>
    <artifactId>sdk</artifactId>
    <version>4.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iovation.launchkey : sdk gradle dependency to your build.gradle file:

implementation 'com.iovation.launchkey:sdk:4.10.0'

Gradle Kotlin DSL: Add the following com.iovation.launchkey : sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iovation.launchkey:sdk:4.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iovation.launchkey : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iovation.launchkey" % "sdk" % "4.10.0"

Advertisement