MVN

org.jogamp.jocl : jocl

Maven & Gradle

Oct 10, 2015
1 usages

JOCL · Java��� Binding for the OpenCL�� API

<dependency>
    <groupId>org.jogamp.jocl</groupId>
    <artifactId>jocl</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jogamp.jocl : jocl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2
  • Latest Release Candidate: 2.0.2-rc12

All Versions

Choose a version of org.jogamp.jocl : jocl to add to Maven or Gradle - All Versions:

  • Version Updated
  • jocl-2.3.2

    Oct 10, 2015
  • jocl-2.3.1

    Mar 27, 2015
  • jocl-2.3.0

    Mar 12, 2015
  • jocl-2.2.4

    Oct 10, 2014
  • jocl-2.2.1

    Sep 08, 2014
  • jocl-2.2.0

    Aug 07, 2014
  • jocl-2.1.5-01

    Mar 12, 2014
  • jocl-2.1.5

    Mar 11, 2014
  • jocl-2.1.4

    Jan 31, 2014
  • jocl-2.1.3

    Dec 13, 2013
  • jocl-2.1.2

    Nov 01, 2013
  • jocl-2.1.1

    Oct 19, 2013
  • jocl-2.1.0

    Oct 10, 2013
  • jocl-2.0.2

    Jul 21, 2013
  • jocl-2.0.2-rc12

    Jun 25, 2013
  • jocl-2.0-rc11

    Nov 21, 2012

How to add a dependency to Maven

Add the following org.jogamp.jocl : jocl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jogamp.jocl</groupId>
    <artifactId>jocl</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jogamp.jocl : jocl gradle dependency to your build.gradle file:

implementation 'org.jogamp.jocl:jocl:2.3.2'

Gradle Kotlin DSL: Add the following org.jogamp.jocl : jocl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jogamp.jocl:jocl:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jogamp.jocl : jocl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jogamp.jocl" % "jocl" % "2.3.2"