License |
License |
---|---|
GroupId | GroupIdcom.github.tomtzook |
ArtifactId | ArtifactIdjsdl2-jni |
Version | Version0.1.0 |
Type | Typepom |
Description |
Descriptionjsdl2-jni
Java Bindings for SDL2 (JNI)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.tomtzook/jsdl2-jni/ -->
<dependency>
<groupId>com.github.tomtzook</groupId>
<artifactId>jsdl2-jni</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtzook/jsdl2-jni/
implementation 'com.github.tomtzook:jsdl2-jni:0.1.0'
// https://jarcasting.com/artifacts/com.github.tomtzook/jsdl2-jni/
implementation ("com.github.tomtzook:jsdl2-jni:0.1.0")
'com.github.tomtzook:jsdl2-jni:pom:0.1.0'
<dependency org="com.github.tomtzook" name="jsdl2-jni" rev="0.1.0">
<artifact name="jsdl2-jni" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtzook', module='jsdl2-jni', version='0.1.0')
)
libraryDependencies += "com.github.tomtzook" % "jsdl2-jni" % "0.1.0"
[com.github.tomtzook/jsdl2-jni "0.1.0"]