MVN

com.nabilhachicha : android-native-dependencies

Maven & Gradle

Jun 08, 2015
204 stars

Android Native Dependencies · Gradle plugin for resolving and downloading Android native dependencies (.so)

<dependency>
    <groupId>com.nabilhachicha</groupId>
    <artifactId>android-native-dependencies</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nabilhachicha : android-native-dependencies to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.nabilhachicha : android-native-dependencies to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
android-native-dependencies-0.1.3
android-native-dependencies-0.1.2
android-native-dependencies-0.1.1
0.1
android-native-dependencies-0.1

How to add a dependency to Maven

Add the following com.nabilhachicha : android-native-dependencies maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nabilhachicha</groupId>
    <artifactId>android-native-dependencies</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nabilhachicha : android-native-dependencies gradle dependency to your build.gradle file:

implementation 'com.nabilhachicha:android-native-dependencies:0.1.3'

Gradle Kotlin DSL: Add the following com.nabilhachicha : android-native-dependencies gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nabilhachicha:android-native-dependencies:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nabilhachicha : android-native-dependencies sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nabilhachicha" % "android-native-dependencies" % "0.1.3"