License |
License
New BSD License (GPL-compatible)
|
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.nativelibs4java |
ArtifactId | ArtifactIdjavacl-opengl-demos |
Last Version | Last Version1.0.0-RC4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaCL OpenGL Demos / BridJ
NativeLibs4Java is an umbrella project that gathers ready-to-use Java libraries that wrap various native libraries.
Most of these wrappers are created automatically by JNAerator.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.nativelibs4java/javacl-opengl-demos/ -->
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>javacl-opengl-demos</artifactId>
<version>1.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl-opengl-demos/
implementation 'com.nativelibs4java:javacl-opengl-demos:1.0.0-RC4'
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl-opengl-demos/
implementation ("com.nativelibs4java:javacl-opengl-demos:1.0.0-RC4")
'com.nativelibs4java:javacl-opengl-demos:jar:1.0.0-RC4'
<dependency org="com.nativelibs4java" name="javacl-opengl-demos" rev="1.0.0-RC4">
<artifact name="javacl-opengl-demos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nativelibs4java', module='javacl-opengl-demos', version='1.0.0-RC4')
)
libraryDependencies += "com.nativelibs4java" % "javacl-opengl-demos" % "1.0.0-RC4"
[com.nativelibs4java/javacl-opengl-demos "1.0.0-RC4"]
Group / Artifact | Type | Version |
---|---|---|
com.nativelibs4java : javacl-demos | jar | 1.0.0-RC4 |
org.jogamp.gluegen : gluegen-rt-main | jar | 2.0.2-rc12 |
org.jogamp.jogl : jogl-all-main | jar | 2.0.2-rc12 |
org.swinglabs : swing-layout | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |