License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.nabilhachicha |
ArtifactId | ArtifactIdandroid-native-dependencies |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndroid Native Dependencies
Gradle plugin for resolving and downloading Android native dependencies (.so)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.nabilhachicha/android-native-dependencies/ -->
<dependency>
<groupId>com.nabilhachicha</groupId>
<artifactId>android-native-dependencies</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.nabilhachicha/android-native-dependencies/
implementation 'com.nabilhachicha:android-native-dependencies:0.1.3'
// https://jarcasting.com/artifacts/com.nabilhachicha/android-native-dependencies/
implementation ("com.nabilhachicha:android-native-dependencies:0.1.3")
'com.nabilhachicha:android-native-dependencies:jar:0.1.3'
<dependency org="com.nabilhachicha" name="android-native-dependencies" rev="0.1.3">
<artifact name="android-native-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nabilhachicha', module='android-native-dependencies', version='0.1.3')
)
libraryDependencies += "com.nabilhachicha" % "android-native-dependencies" % "0.1.3"
[com.nabilhachicha/android-native-dependencies "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.android.tools.build : gradle | jar | 1.1.0 |
commons-io : commons-io | jar | 2.4 |