Native

Native is a native loading library written in Kotlin.

License

License

Categories

Categories

Native Development Tools
GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

native
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Native
Native is a native loading library written in Kotlin.
Project URL

Project URL

https://github.com/marks-yag/native
Source Code Management

Source Code Management

https://github.com/marks-yag/native

Download native

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.50
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Native

A simple Kotlin native library loading library.

Versions

Version
1.0.0