Native
A simple Kotlin native library loading library.
License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdnative |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNative
Native is a native loading library written in Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
native-1.0.0.pom | |
native-1.0.0.jar | 7 KB |
native-1.0.0-sources.jar | 3 KB |
native-1.0.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/native/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>native</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/native/
implementation 'com.github.marks-yag:native:1.0.0'
// https://jarcasting.com/artifacts/com.github.marks-yag/native/
implementation ("com.github.marks-yag:native:1.0.0")
'com.github.marks-yag:native:jar:1.0.0'
<dependency org="com.github.marks-yag" name="native" rev="1.0.0">
<artifact name="native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='native', version='1.0.0')
)
libraryDependencies += "com.github.marks-yag" % "native" % "1.0.0"
[com.github.marks-yag/native "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.50 |
junit : junit | jar | 4.12 |
A simple Kotlin native library loading library.