is not current version
Last Version 2.0.4

org.jocl:jocl 2.0.2

Java bindings for OpenCL

GroupId

GroupId

org.jocl
ArtifactId

ArtifactId

jocl
Version

Version

2.0.2
Type

Type

jar

Download jocl 2.0.2


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