GroupId | GroupIdorg.jogamp.jocl |
---|---|
ArtifactId | ArtifactIdjocl |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jocl-2.1.0.pom | |
jocl-2.1.0.jar | 472 KB |
jocl-2.1.0-sources.jar | 734 KB |
jocl-2.1.0-natives-windows-i586.jar | 12 KB |
jocl-2.1.0-natives-windows-amd64.jar | 14 KB |
jocl-2.1.0-natives-solaris-i586.jar | 7 KB |
jocl-2.1.0-natives-solaris-amd64.jar | 10 KB |
jocl-2.1.0-natives-macosx-universal.jar | 25 KB |
jocl-2.1.0-natives-linux-i586.jar | 11 KB |
jocl-2.1.0-natives-linux-armv6hf.jar | 8 KB |
jocl-2.1.0-natives-linux-armv6.jar | 8 KB |
jocl-2.1.0-natives-linux-amd64.jar | 10 KB |
jocl-2.1.0-natives-android-armv6.jar | 12 KB |
jocl-2.1.0-javadoc.jar | 345 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jogamp.jocl/jocl/ -->
<dependency>
<groupId>org.jogamp.jocl</groupId>
<artifactId>jocl</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jogamp.jocl/jocl/
implementation 'org.jogamp.jocl:jocl:2.1.0'
// https://jarcasting.com/artifacts/org.jogamp.jocl/jocl/
implementation ("org.jogamp.jocl:jocl:2.1.0")
'org.jogamp.jocl:jocl:jar:2.1.0'
<dependency org="org.jogamp.jocl" name="jocl" rev="2.1.0">
<artifact name="jocl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jogamp.jocl', module='jocl', version='2.1.0')
)
libraryDependencies += "org.jogamp.jocl" % "jocl" % "2.1.0"
[org.jogamp.jocl/jocl "2.1.0"]