Download javacl-1.0.0-RC3.jar file - Jar j

Jar examples for j:javacl

Description

JavaCL is an Object-Oriented API that makes the C OpenCL API available to Java in a very natural way. It hides away the complexity of cross-platform C bindings, has a clean OO design (with generics, Java enums, NIO buffers, fully typed exceptions...), provides high-level features (OpenGL-interop, array reductions) and comes with samples and demos. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

You can download jar file javacl 1.0.0-RC3 in this page.

Build File

You can use the following script to add javacl-1.0.0-RC3.jar to your project.

<dependency>
   <groupId>com.nativelibs4java</groupId>
   <artifactId>javacl</artifactId>
   <version>1.0.0-RC3</version>
</dependency>
compile group: 'com.nativelibs4java', name: 'javacl', version: '1.0.0-RC3'
libraryDependencies += "com.nativelibs4java" % "javacl" % "1.0.0-RC3"
<dependency org="com.nativelibs4java" name="javacl" rev="1.0.0-RC3"/>
@Grapes(@Grab(group='com.nativelibs4java', module='javacl', version='1.0.0-RC3'))
'com.nativelibs4java:javacl:jar:1.0.0-RC3'

Download

Click the following link to download the jar file.

javacl-1.0.0-RC3-javadoc.jar
javacl-1.0.0-RC3-shaded.jar
javacl-1.0.0-RC3-sources.jar
javacl-1.0.0-RC3-tests.jar
javacl-1.0.0-RC3.jar
javacl-1.0.0-RC3.pom



Related Tutorials