GroupId | GroupIdcom.weather.android |
---|---|
ArtifactId | ArtifactIdairlock-sdk-android |
Version | Version5.4.0 |
Type | Typeaar |
Filename | Size |
---|---|
airlock-sdk-android-5.4.0.pom | |
airlock-sdk-android-5.4.0.aar | 1 MB |
airlock-sdk-android-5.4.0-sources.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weather.android/airlock-sdk-android/ -->
<dependency>
<groupId>com.weather.android</groupId>
<artifactId>airlock-sdk-android</artifactId>
<version>5.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.weather.android/airlock-sdk-android/
implementation 'com.weather.android:airlock-sdk-android:5.4.0'
// https://jarcasting.com/artifacts/com.weather.android/airlock-sdk-android/
implementation ("com.weather.android:airlock-sdk-android:5.4.0")
'com.weather.android:airlock-sdk-android:aar:5.4.0'
<dependency org="com.weather.android" name="airlock-sdk-android" rev="5.4.0">
<artifact name="airlock-sdk-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.weather.android', module='airlock-sdk-android', version='5.4.0')
)
libraryDependencies += "com.weather.android" % "airlock-sdk-android" % "5.4.0"
[com.weather.android/airlock-sdk-android "5.4.0"]