is not current version
Last Version 1.1.1

io.github.howardpang:androidNativeBundle 1.1.0

A gradle plugin that support publish c/c++ headers to 'aar' and depend those 'aar'.

Categories

Categories

Native Development Tools
GroupId

GroupId

io.github.howardpang
ArtifactId

ArtifactId

androidNativeBundle
Version

Version

1.1.0
Type

Type

jar

Download androidNativeBundle 1.1.0


<!-- https://jarcasting.com/artifacts/io.github.howardpang/androidNativeBundle/ -->
<dependency>
    <groupId>io.github.howardpang</groupId>
    <artifactId>androidNativeBundle</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.howardpang/androidNativeBundle/
implementation 'io.github.howardpang:androidNativeBundle:1.1.0'
// https://jarcasting.com/artifacts/io.github.howardpang/androidNativeBundle/
implementation ("io.github.howardpang:androidNativeBundle:1.1.0")
'io.github.howardpang:androidNativeBundle:jar:1.1.0'
<dependency org="io.github.howardpang" name="androidNativeBundle" rev="1.1.0">
  <artifact name="androidNativeBundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.howardpang', module='androidNativeBundle', version='1.1.0')
)
libraryDependencies += "io.github.howardpang" % "androidNativeBundle" % "1.1.0"
[io.github.howardpang/androidNativeBundle "1.1.0"]