is not current version
Last Version 2.3.2

org.jogamp.jocl:jocl 2.1.4

Java��� Binding for the OpenCL�� API

GroupId

GroupId

org.jogamp.jocl
ArtifactId

ArtifactId

jocl
Version

Version

2.1.4
Type

Type

jar

Download jocl 2.1.4


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