MVN

com.metsci.ext.org.jogamp.gluegen : gluegen-rt-main

Maven & Gradle

Dec 15, 2020
3 usages

GlueGen Runtime · JNI binding generator (runtime)

<dependency>
    <groupId>com.metsci.ext.org.jogamp.gluegen</groupId>
    <artifactId>gluegen-rt-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.gluegen : gluegen-rt-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.gluegen : gluegen-rt-main to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
gluegen-rt-main-2.4.0-rc-20200202

How to add a dependency to Maven

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

<dependency>
    <groupId>com.metsci.ext.org.jogamp.gluegen</groupId>
    <artifactId>gluegen-rt-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.gluegen : gluegen-rt-main gradle dependency to your build.gradle file:

implementation 'com.metsci.ext.org.jogamp.gluegen:gluegen-rt-main:2.4.0-rc-20200202'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement