is not current version
Last Version 2.0.4

org.jocl:jocl 0.1.6

Java bindings for OpenCL

GroupId

GroupId

org.jocl
ArtifactId

ArtifactId

jocl
Version

Version

0.1.6
Type

Type

jar

Download jocl 0.1.6


<!-- https://jarcasting.com/artifacts/org.jocl/jocl/ -->
<dependency>
    <groupId>org.jocl</groupId>
    <artifactId>jocl</artifactId>
    <version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jocl/jocl/
implementation 'org.jocl:jocl:0.1.6'
// https://jarcasting.com/artifacts/org.jocl/jocl/
implementation ("org.jocl:jocl:0.1.6")
'org.jocl:jocl:jar:0.1.6'
<dependency org="org.jocl" name="jocl" rev="0.1.6">
  <artifact name="jocl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jocl', module='jocl', version='0.1.6')
)
libraryDependencies += "org.jocl" % "jocl" % "0.1.6"
[org.jocl/jocl "0.1.6"]