License |
License |
---|---|
GroupId | GroupIdorg.jocl |
ArtifactId | ArtifactIdjocl |
Last Version | Last Version2.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJOCL
Java bindings for OpenCL
|
Project URL |
Project URL |
Filename | Size |
---|---|
jocl-2.0.4.pom | |
jocl-2.0.4.jar | 358 KB |
jocl-2.0.4-sources.jar | 107 KB |
jocl-2.0.4-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jocl/jocl/ -->
<dependency>
<groupId>org.jocl</groupId>
<artifactId>jocl</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jocl/jocl/
implementation 'org.jocl:jocl:2.0.4'
// https://jarcasting.com/artifacts/org.jocl/jocl/
implementation ("org.jocl:jocl:2.0.4")
'org.jocl:jocl:jar:2.0.4'
<dependency org="org.jocl" name="jocl" rev="2.0.4">
<artifact name="jocl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jocl', module='jocl', version='2.0.4')
)
libraryDependencies += "org.jocl" % "jocl" % "2.0.4"
[org.jocl/jocl "2.0.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |