| License |
License |
|---|---|
| GroupId | GroupIdorg.jogamp.gluegen |
| ArtifactId | ArtifactIdgluegen-rt-android |
| Last Version | Last Version2.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGlueGen Runtime
JNI binding generator (Android runtime)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jogamp.gluegen/gluegen-rt-android/ -->
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt-android</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jogamp.gluegen/gluegen-rt-android/
implementation 'org.jogamp.gluegen:gluegen-rt-android:2.3.2'
// https://jarcasting.com/artifacts/org.jogamp.gluegen/gluegen-rt-android/
implementation ("org.jogamp.gluegen:gluegen-rt-android:2.3.2")
'org.jogamp.gluegen:gluegen-rt-android:jar:2.3.2'
<dependency org="org.jogamp.gluegen" name="gluegen-rt-android" rev="2.3.2">
<artifact name="gluegen-rt-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jogamp.gluegen', module='gluegen-rt-android', version='2.3.2')
)
libraryDependencies += "org.jogamp.gluegen" % "gluegen-rt-android" % "2.3.2"
[org.jogamp.gluegen/gluegen-rt-android "2.3.2"]