MVN

com.metsci.ext.org.jogamp.jogl : jogl-all-main

Maven & Gradle

Dec 15, 2020
3 usages

JOGL · Java™ Binding for the OpenGL® API

<dependency>
    <groupId>com.metsci.ext.org.jogamp.jogl</groupId>
    <artifactId>jogl-all-main</artifactId>
    <version>2.4.0-rc-20200202</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.metsci.ext.org.jogamp.jogl : jogl-all-main to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0-rc-20200202
  • Latest Release Candidate: 2.4.0-rc-20200202

All Versions

Choose a version of com.metsci.ext.org.jogamp.jogl : jogl-all-main to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
jogl-all-main-2.4.0-rc-20200202

How to add a dependency to Maven

Add the following com.metsci.ext.org.jogamp.jogl : jogl-all-main maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.metsci.ext.org.jogamp.jogl</groupId>
    <artifactId>jogl-all-main</artifactId>
    <version>2.4.0-rc-20200202</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.metsci.ext.org.jogamp.jogl : jogl-all-main gradle dependency to your build.gradle file:

implementation 'com.metsci.ext.org.jogamp.jogl:jogl-all-main:2.4.0-rc-20200202'

Gradle Kotlin DSL: Add the following com.metsci.ext.org.jogamp.jogl : jogl-all-main gradle kotlin dependency to your build.gradle.kts file:

implementation("com.metsci.ext.org.jogamp.jogl:jogl-all-main:2.4.0-rc-20200202")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.metsci.ext.org.jogamp.jogl : jogl-all-main sbt scala dependency to your build.sbt file:

libraryDependencies += "com.metsci.ext.org.jogamp.jogl" % "jogl-all-main" % "2.4.0-rc-20200202"

Advertisement