a

android-native-dependencies

Gradle plugin for resolving and downloading Android native dependencies (.so)
https://github.com/nhachicha/android-native-dependencies
The Apache Software License, Version 2.0
Nabil Hachicha
Files download
File Operation
android-native-dependencies-0.1.3.jar download
android-native-dependencies-0.1.3.pom download
android-native-dependencies-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nabilhachicha</groupId>
  <artifactId>android-native-dependencies</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.nabilhachicha:android-native-dependencies:0.1.3'
Gradle Kotlin
implementation("com.nabilhachicha:android-native-dependencies:0.1.3")
Scala SBT
libraryDependencies += "com.nabilhachicha" % "android-native-dependencies" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.nabilhachicha', module='android-native-dependencies', version='0.1.3')
)
Apache Ivy
<dependency org="com.nabilhachicha" name="android-native-dependencies" rev="0.1.3" />
Leiningen
[com.nabilhachicha/android-native-dependencies "0.1.3"]
Apache Buildr
'com.nabilhachicha:android-native-dependencies:jar:0.1.3'