is not current version
Last Version 2.3.2

org.jogamp.jocl:jocl 2.3.1

Java��� Binding for the OpenCL�� API

GroupId

GroupId

org.jogamp.jocl
ArtifactId

ArtifactId

jocl
Version

Version

2.3.1
Type

Type

jar

Download jocl 2.3.1


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