is not current version
Last Version 1.1.0

com.github.bloodshura:shurax-native 1.0.0

An API for working with native APIs, memory management, input handling, system processes, memory sharing, and more.

Categories

Categories

Native Development Tools
GroupId

GroupId

com.github.bloodshura
ArtifactId

ArtifactId

shurax-native
Version

Version

1.0.0
Type

Type

jar

Download shurax-native 1.0.0


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