Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.nabilhachicha |
ArtifactId | ArtifactIdandroid-native-dependencies |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nabilhachicha/android-native-dependencies/ -->
<dependency>
<groupId>com.nabilhachicha</groupId>
<artifactId>android-native-dependencies</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nabilhachicha/android-native-dependencies/
implementation 'com.nabilhachicha:android-native-dependencies:0.1.1'
// https://jarcasting.com/artifacts/com.nabilhachicha/android-native-dependencies/
implementation ("com.nabilhachicha:android-native-dependencies:0.1.1")
'com.nabilhachicha:android-native-dependencies:jar:0.1.1'
<dependency org="com.nabilhachicha" name="android-native-dependencies" rev="0.1.1">
<artifact name="android-native-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nabilhachicha', module='android-native-dependencies', version='0.1.1')
)
libraryDependencies += "com.nabilhachicha" % "android-native-dependencies" % "0.1.1"
[com.nabilhachicha/android-native-dependencies "0.1.1"]