Download coregl-utils-2.0.0.jar file - Jar c

Jar examples for c:coregl-utils

Description

simple utility methods to make life with OpenGL core profile simpler

You can download jar file coregl-utils 2.0.0 in this page.

Build File

You can use the following script to add coregl-utils-2.0.0.jar to your project.

<dependency>
   <groupId>com.lessvoid</groupId>
   <artifactId>coregl-utils</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.lessvoid', name: 'coregl-utils', version: '2.0.0'
libraryDependencies += "com.lessvoid" % "coregl-utils" % "2.0.0"
<dependency org="com.lessvoid" name="coregl-utils" rev="2.0.0"/>
@Grapes(@Grab(group='com.lessvoid', module='coregl-utils', version='2.0.0'))
'com.lessvoid:coregl-utils:jar:2.0.0'

Download

Click the following link to download the jar file.

coregl-utils-2.0.0-javadoc.jar
coregl-utils-2.0.0-sources.jar
coregl-utils-2.0.0.jar
coregl-utils-2.0.0.pom



Related Tutorials