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