GroupId | GroupIdorg.jogamp.jocl |
---|---|
ArtifactId | ArtifactIdjocl |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
jocl-2.1.3.pom | |
jocl-2.1.3.jar | 472 KB |
jocl-2.1.3-sources.jar | 739 KB |
jocl-2.1.3-natives-windows-i586.jar | 12 KB |
jocl-2.1.3-natives-windows-amd64.jar | 14 KB |
jocl-2.1.3-natives-solaris-i586.jar | 7 KB |
jocl-2.1.3-natives-solaris-amd64.jar | 10 KB |
jocl-2.1.3-natives-macosx-universal.jar | 24 KB |
jocl-2.1.3-natives-linux-i586.jar | 11 KB |
jocl-2.1.3-natives-linux-armv6hf.jar | 8 KB |
jocl-2.1.3-natives-linux-armv6.jar | 8 KB |
jocl-2.1.3-natives-linux-amd64.jar | 10 KB |
jocl-2.1.3-natives-android-armv6.jar | 12 KB |
jocl-2.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jogamp.jocl/jocl/
implementation 'org.jogamp.jocl:jocl:2.1.3'
// https://jarcasting.com/artifacts/org.jogamp.jocl/jocl/
implementation ("org.jogamp.jocl:jocl:2.1.3")
'org.jogamp.jocl:jocl:jar:2.1.3'
<dependency org="org.jogamp.jocl" name="jocl" rev="2.1.3">
<artifact name="jocl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jogamp.jocl', module='jocl', version='2.1.3')
)
libraryDependencies += "org.jogamp.jocl" % "jocl" % "2.1.3"
[org.jogamp.jocl/jocl "2.1.3"]