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
文件下载
文件名 操作
android-native-dependencies-0.1.2.jar 下载
android-native-dependencies-0.1.2.pom 下载
android-native-dependencies-0.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.nabilhachicha</groupId>
  <artifactId>android-native-dependencies</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.nabilhachicha:android-native-dependencies:0.1.2'
Gradle Kotlin
implementation("com.nabilhachicha:android-native-dependencies:0.1.2")
Scala SBT
libraryDependencies += "com.nabilhachicha" % "android-native-dependencies" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.nabilhachicha', module='android-native-dependencies', version='0.1.2')
)
Apache Ivy
<dependency org="com.nabilhachicha" name="android-native-dependencies" rev="0.1.2" />
Leiningen
[com.nabilhachicha/android-native-dependencies "0.1.2"]
Apache Buildr
'com.nabilhachicha:android-native-dependencies:jar:0.1.2'