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