MVN

com.nativelibs4java : javacl

Maven & Gradle

Mar 08, 2015
10 usages

JavaCL / BridJ · JavaCL is an Object-Oriented API that makes the C OpenCL API available to Java in a very natural way. It hides away the complexity of cross-platform C bindings, has a clean OO design (with generics, Java enums, NIO buffers, fully typed exceptions...), provides high-level features (OpenGL-interop, array reductions) and comes with samples and demos. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

<dependency>
    <groupId>com.nativelibs4java</groupId>
    <artifactId>javacl</artifactId>
    <version>1.0.0-RC4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nativelibs4java : javacl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RC4
  • Latest Release Candidate: 1.0.0-RC4

All Versions

Choose a version of com.nativelibs4java : javacl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
javacl-1.0.0-RC4
javacl-1.0.0-RC3
javacl-1.0.0-RC2

How to add a dependency to Maven

Add the following com.nativelibs4java : javacl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nativelibs4java</groupId>
    <artifactId>javacl</artifactId>
    <version>1.0.0-RC4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nativelibs4java : javacl gradle dependency to your build.gradle file:

implementation 'com.nativelibs4java:javacl:1.0.0-RC4'

Gradle Kotlin DSL: Add the following com.nativelibs4java : javacl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nativelibs4java:javacl:1.0.0-RC4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nativelibs4java : javacl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nativelibs4java" % "javacl" % "1.0.0-RC4"

Advertisement

Dependencies from Group

Mar 08, 2015
38 usages
286 stars
Mar 08, 2015
19 usages
286 stars
Mar 08, 2015
11 usages
286 stars
Mar 08, 2015
10 usages
Mar 08, 2015
6 usages

Discover Dependencies

Jul 01, 2010
9 usages
Jul 11, 2007
16 usages
Feb 13, 2011
4 usages
Mar 12, 2015
8 usages
Mar 13, 2012
11 usages
2.6k stars