не последняя версия
Последняя версия 2.3.2

org.jogamp.jocl:jocl 2.3.1

Java��� Binding for the OpenCL�� API

Группа

Группа

org.jogamp.jocl
Идентификатор

Идентификатор

jocl
Версия

Версия

2.3.1
Тип

Тип

jar

Скачать 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"]