is not current version
Last Version 2.3.2

org.jogamp.jogl:newt-main 2.3.0

Java��� Binding for the OpenGL�� API (NEWT atomics frontend)

GroupId

GroupId

org.jogamp.jogl
ArtifactId

ArtifactId

newt-main
Version

Version

2.3.0
Type

Type

jar

Download newt-main 2.3.0


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