License |
License |
---|---|
GroupId | GroupIdorg.bytedeco |
ArtifactId | ArtifactIdopencl |
Last Version | Last Version3.0-1.5.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaCPP Presets for OpenCL
The missing bridge between Java and native C++ libraries
|
Filename | Size |
---|---|
opencl-3.0-1.5.7.pom | |
opencl-3.0-1.5.7.jar | 74 KB |
opencl-3.0-1.5.7-windows-x86_64.jar | 395 KB |
opencl-3.0-1.5.7-sources.jar | 65 KB |
opencl-3.0-1.5.7-macosx-x86_64.jar | 216 KB |
opencl-3.0-1.5.7-linux-x86_64.jar | 230 KB |
opencl-3.0-1.5.7-linux-arm64.jar | 223 KB |
opencl-3.0-1.5.7-javadoc.jar | 507 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bytedeco/opencl/ -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>opencl</artifactId>
<version>3.0-1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytedeco/opencl/
implementation 'org.bytedeco:opencl:3.0-1.5.7'
// https://jarcasting.com/artifacts/org.bytedeco/opencl/
implementation ("org.bytedeco:opencl:3.0-1.5.7")
'org.bytedeco:opencl:jar:3.0-1.5.7'
<dependency org="org.bytedeco" name="opencl" rev="3.0-1.5.7">
<artifact name="opencl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytedeco', module='opencl', version='3.0-1.5.7')
)
libraryDependencies += "org.bytedeco" % "opencl" % "3.0-1.5.7"
[org.bytedeco/opencl "3.0-1.5.7"]
Group / Artifact | Type | Version |
---|---|---|
org.bytedeco : javacpp | jar | 1.5.7 |