MVN

com.weather.android : airlock-sdk-android

Maven & Gradle

Jun 03, 2021
1 stars

Airlock SDK for Android · The Airlock SDK determines which features are enabled for a particular application based on the user profile and device context (locale, location, device type, etc.).

<dependency>
    <groupId>com.weather.android</groupId>
    <artifactId>airlock-sdk-android</artifactId>
    <version>5.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.weather.android : airlock-sdk-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.2

All Versions

Choose a version of com.weather.android : airlock-sdk-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
airlock-sdk-android-5.4.2
airlock-sdk-android-5.4.1
airlock-sdk-android-5.4.0

How to add a dependency to Maven

Add the following com.weather.android : airlock-sdk-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.weather.android</groupId>
    <artifactId>airlock-sdk-android</artifactId>
    <version>5.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.weather.android : airlock-sdk-android gradle dependency to your build.gradle file:

implementation 'com.weather.android:airlock-sdk-android:5.4.2'

Gradle Kotlin DSL: Add the following com.weather.android : airlock-sdk-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.weather.android:airlock-sdk-android:5.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.weather.android : airlock-sdk-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.weather.android" % "airlock-sdk-android" % "5.4.2"

Advertisement