| License |
License |
|---|---|
| Categories |
CategoriesLWJGL Business Logic Libraries |
| GroupId | GroupIdorg.lwjgl |
| ArtifactId | ArtifactIdlwjgl-opencl |
| Last Version | Last Version3.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLWJGL - OpenCL bindings
An open, royalty-free standard for cross-platform, parallel programming of diverse processors found in personal computers, servers, mobile devices and embedded platforms.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lwjgl-opencl-3.3.1.pom | |
| lwjgl-opencl-3.3.1.jar | 164 KB |
| lwjgl-opencl-3.3.1-sources.jar | 224 KB |
| lwjgl-opencl-3.3.1-javadoc.jar | 954 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lwjgl/lwjgl-opencl/ -->
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-opencl</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwjgl/lwjgl-opencl/
implementation 'org.lwjgl:lwjgl-opencl:3.3.1'
// https://jarcasting.com/artifacts/org.lwjgl/lwjgl-opencl/
implementation ("org.lwjgl:lwjgl-opencl:3.3.1")
'org.lwjgl:lwjgl-opencl:jar:3.3.1'
<dependency org="org.lwjgl" name="lwjgl-opencl" rev="3.3.1">
<artifact name="lwjgl-opencl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwjgl', module='lwjgl-opencl', version='3.3.1')
)
libraryDependencies += "org.lwjgl" % "lwjgl-opencl" % "3.3.1"
[org.lwjgl/lwjgl-opencl "3.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.lwjgl : lwjgl | jar | 3.3.1 |