is not current version
Last Version 2.3.2

org.jogamp.gluegen:gluegen-rt-main 2.0.2-rc12

JNI binding generator (runtime)

GroupId

GroupId

org.jogamp.gluegen
ArtifactId

ArtifactId

gluegen-rt-main
Version

Version

2.0.2-rc12
Type

Type

jar

Download gluegen-rt-main 2.0.2-rc12


<!-- https://jarcasting.com/artifacts/org.jogamp.gluegen/gluegen-rt-main/ -->
<dependency>
    <groupId>org.jogamp.gluegen</groupId>
    <artifactId>gluegen-rt-main</artifactId>
    <version>2.0.2-rc12</version>
</dependency>
// https://jarcasting.com/artifacts/org.jogamp.gluegen/gluegen-rt-main/
implementation 'org.jogamp.gluegen:gluegen-rt-main:2.0.2-rc12'
// https://jarcasting.com/artifacts/org.jogamp.gluegen/gluegen-rt-main/
implementation ("org.jogamp.gluegen:gluegen-rt-main:2.0.2-rc12")
'org.jogamp.gluegen:gluegen-rt-main:jar:2.0.2-rc12'
<dependency org="org.jogamp.gluegen" name="gluegen-rt-main" rev="2.0.2-rc12">
  <artifact name="gluegen-rt-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jogamp.gluegen', module='gluegen-rt-main', version='2.0.2-rc12')
)
libraryDependencies += "org.jogamp.gluegen" % "gluegen-rt-main" % "2.0.2-rc12"
[org.jogamp.gluegen/gluegen-rt-main "2.0.2-rc12"]