Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIddev.rikka.ndk.thirdparty |
ArtifactId | ArtifactIdnativehelper |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
nativehelper-1.0.0.pom | |
nativehelper-1.0.0-sources.jar | 261 bytes |
nativehelper-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/dev.rikka.ndk.thirdparty/nativehelper/ -->
<dependency>
<groupId>dev.rikka.ndk.thirdparty</groupId>
<artifactId>nativehelper</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.rikka.ndk.thirdparty/nativehelper/
implementation 'dev.rikka.ndk.thirdparty:nativehelper:1.0.0'
// https://jarcasting.com/artifacts/dev.rikka.ndk.thirdparty/nativehelper/
implementation ("dev.rikka.ndk.thirdparty:nativehelper:1.0.0")
'dev.rikka.ndk.thirdparty:nativehelper:aar:1.0.0'
<dependency org="dev.rikka.ndk.thirdparty" name="nativehelper" rev="1.0.0">
<artifact name="nativehelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.rikka.ndk.thirdparty', module='nativehelper', version='1.0.0')
)
libraryDependencies += "dev.rikka.ndk.thirdparty" % "nativehelper" % "1.0.0"
[dev.rikka.ndk.thirdparty/nativehelper "1.0.0"]