License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdio.github.howardpang |
ArtifactId | ArtifactIdandroidNativeBundle |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionandroid native bundle
A gradle plugin that support publish c/c++ headers to 'aar' and depend those 'aar'.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
androidNativeBundle-1.1.1.pom | |
androidNativeBundle-1.1.1.jar | 175 KB |
androidNativeBundle-1.1.1-sources.jar | 14 KB |
androidNativeBundle-1.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.howardpang/androidNativeBundle/ -->
<dependency>
<groupId>io.github.howardpang</groupId>
<artifactId>androidNativeBundle</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.howardpang/androidNativeBundle/
implementation 'io.github.howardpang:androidNativeBundle:1.1.1'
// https://jarcasting.com/artifacts/io.github.howardpang/androidNativeBundle/
implementation ("io.github.howardpang:androidNativeBundle:1.1.1")
'io.github.howardpang:androidNativeBundle:jar:1.1.1'
<dependency org="io.github.howardpang" name="androidNativeBundle" rev="1.1.1">
<artifact name="androidNativeBundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.howardpang', module='androidNativeBundle', version='1.1.1')
)
libraryDependencies += "io.github.howardpang" % "androidNativeBundle" % "1.1.1"
[io.github.howardpang/androidNativeBundle "1.1.1"]