License |
License
New BSD License (GPL-compatible)
|
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.nativelibs4java |
ArtifactId | ArtifactIdjavacl |
Last Version | Last Version1.0.0-RC4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaCL / BridJ
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
javacl-1.0.0-RC4.pom | |
javacl-1.0.0-RC4.jar | 49 KB |
javacl-1.0.0-RC4-tests.jar | 8 KB |
javacl-1.0.0-RC4-sources.jar | 30 KB |
javacl-1.0.0-RC4-shaded.jar | 1 MB |
javacl-1.0.0-RC4-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nativelibs4java/javacl/ -->
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>javacl</artifactId>
<version>1.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl/
implementation 'com.nativelibs4java:javacl:1.0.0-RC4'
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl/
implementation ("com.nativelibs4java:javacl:1.0.0-RC4")
'com.nativelibs4java:javacl:jar:1.0.0-RC4'
<dependency org="com.nativelibs4java" name="javacl" rev="1.0.0-RC4">
<artifact name="javacl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nativelibs4java', module='javacl', version='1.0.0-RC4')
)
libraryDependencies += "com.nativelibs4java" % "javacl" % "1.0.0-RC4"
[com.nativelibs4java/javacl "1.0.0-RC4"]
Group / Artifact | Type | Version |
---|---|---|
com.nativelibs4java : javacl-core | jar | 1.0.0-RC4 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 4.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math | jar | 2.2 |
junit : junit | jar | 4.10 |