License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.fsbarata |
ArtifactId | ArtifactIdndk-gradle-plugin |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionndktest-gradle-plugin
Run ndk C++ tests on Android devices
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ndk-gradle-plugin-1.0.0.pom | |
ndk-gradle-plugin-1.0.0.jar | 84 KB |
ndk-gradle-plugin-1.0.0-sources.jar | 11 KB |
ndk-gradle-plugin-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fsbarata/ndk-gradle-plugin/ -->
<dependency>
<groupId>com.github.fsbarata</groupId>
<artifactId>ndk-gradle-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fsbarata/ndk-gradle-plugin/
implementation 'com.github.fsbarata:ndk-gradle-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.fsbarata/ndk-gradle-plugin/
implementation ("com.github.fsbarata:ndk-gradle-plugin:1.0.0")
'com.github.fsbarata:ndk-gradle-plugin:jar:1.0.0'
<dependency org="com.github.fsbarata" name="ndk-gradle-plugin" rev="1.0.0">
<artifact name="ndk-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fsbarata', module='ndk-gradle-plugin', version='1.0.0')
)
libraryDependencies += "com.github.fsbarata" % "ndk-gradle-plugin" % "1.0.0"
[com.github.fsbarata/ndk-gradle-plugin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.android.tools.build : gradle-experimental | jar | 0.2.0 |