License |
License
SGI Free Software License B
|
---|---|
GroupId | GroupIdorg.jogamp.jogl |
ArtifactId | ArtifactIdnewt |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNEWT
Java™ Binding for the OpenGL® API (NEWT atomic jar files)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
newt-2.3.2.pom | |
newt-2.3.2.jar | 187 KB |
newt-2.3.2-swt.jar | 21 KB |
newt-2.3.2-sources.jar | 345 bytes |
newt-2.3.2-ogl.jar | 14 KB |
newt-2.3.2-natives-windows-i586.jar | 15 KB |
newt-2.3.2-natives-windows-amd64.jar | 17 KB |
newt-2.3.2-natives-solaris-i586.jar | 16 KB |
newt-2.3.2-natives-solaris-amd64.jar | 19 KB |
newt-2.3.2-natives-macosx-universal.jar | 31 KB |
newt-2.3.2-natives-linux-i586.jar | 21 KB |
newt-2.3.2-natives-linux-armv6hf.jar | 18 KB |
newt-2.3.2-natives-linux-armv6.jar | 18 KB |
newt-2.3.2-natives-linux-amd64.jar | 21 KB |
newt-2.3.2-natives-android-armv6.jar | 7 KB |
newt-2.3.2-javadoc.jar | 345 bytes |
newt-2.3.2-event.jar | 50 KB |
newt-2.3.2-driver-x11.jar | 29 KB |
newt-2.3.2-driver-win.jar | 11 KB |
newt-2.3.2-driver-osx.jar | 27 KB |
newt-2.3.2-driver-linux.jar | 11 KB |
newt-2.3.2-driver-kd.jar | 5 KB |
newt-2.3.2-driver-intelgdl.jar | 5 KB |
newt-2.3.2-driver-bcm-vc.jar | 8 KB |
newt-2.3.2-driver-bcm-old.jar | 5 KB |
newt-2.3.2-driver-android.jar | 33 KB |
newt-2.3.2-awt.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jogamp.jogl/newt/ -->
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>newt</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jogamp.jogl/newt/
implementation 'org.jogamp.jogl:newt:2.3.2'
// https://jarcasting.com/artifacts/org.jogamp.jogl/newt/
implementation ("org.jogamp.jogl:newt:2.3.2")
'org.jogamp.jogl:newt:jar:2.3.2'
<dependency org="org.jogamp.jogl" name="newt" rev="2.3.2">
<artifact name="newt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jogamp.jogl', module='newt', version='2.3.2')
)
libraryDependencies += "org.jogamp.jogl" % "newt" % "2.3.2"
[org.jogamp.jogl/newt "2.3.2"]