License |
License
SGI Free Software License B
|
---|---|
GroupId | GroupIdorg.jogamp.jocl |
ArtifactId | ArtifactIdjocl |
Last Version | Last Version2.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJOCL
Java™ Binding for the OpenCL® API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jocl-2.3.2.pom | |
jocl-2.3.2.jar | 472 KB |
jocl-2.3.2-sources.jar | 345 bytes |
jocl-2.3.2-natives-windows-i586.jar | 10 KB |
jocl-2.3.2-natives-windows-amd64.jar | 13 KB |
jocl-2.3.2-natives-solaris-i586.jar | 9 KB |
jocl-2.3.2-natives-solaris-amd64.jar | 11 KB |
jocl-2.3.2-natives-macosx-universal.jar | 25 KB |
jocl-2.3.2-natives-linux-i586.jar | 10 KB |
jocl-2.3.2-natives-linux-armv6hf.jar | 8 KB |
jocl-2.3.2-natives-linux-armv6.jar | 8 KB |
jocl-2.3.2-natives-linux-amd64.jar | 10 KB |
jocl-2.3.2-natives-android-armv6.jar | 12 KB |
jocl-2.3.2-javadoc.jar | 345 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jogamp.jocl/jocl/ -->
<dependency>
<groupId>org.jogamp.jocl</groupId>
<artifactId>jocl</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jogamp.jocl/jocl/
implementation 'org.jogamp.jocl:jocl:2.3.2'
// https://jarcasting.com/artifacts/org.jogamp.jocl/jocl/
implementation ("org.jogamp.jocl:jocl:2.3.2")
'org.jogamp.jocl:jocl:jar:2.3.2'
<dependency org="org.jogamp.jocl" name="jocl" rev="2.3.2">
<artifact name="jocl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jogamp.jocl', module='jocl', version='2.3.2')
)
libraryDependencies += "org.jogamp.jocl" % "jocl" % "2.3.2"
[org.jogamp.jocl/jocl "2.3.2"]