GlueGen Runtime.
JNI binding generator (runtime).
Here is the list of declaration for gluegen-rt. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt</artifactId> <version>2.0-rc11</version> </dependency>
If you think this Maven repository POM file listing for gluegen-rt is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD-2 License
URL: http://www.opensource.org/licenses/BSD-2-ClauseName:BSD-3 License
URL: http://www.opensource.org/licenses/BSD-3-ClauseName:BSD-4 License
URL: http://www.spdx.org/licenses/BSD-4-Clause.
The following plugins are used in the gluegen-rt-2.0-rc11.jar
The following packages are defined in the gluegen-rt-2.0-rc11.jar
com.jogamp.common com.jogamp.common.jvm com.jogamp.common.net com.jogamp.common.net.asset com.jogamp.common.nio com.jogamp.common.os com.jogamp.common.type com.jogamp.common.util com.jogamp.common.util.cache com.jogamp.common.util.locks com.jogamp.gluegen.runtime jogamp.common jogamp.common.awt jogamp.common.jvm jogamp.common.os jogamp.common.util.locks
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- --> <!-- Auto generated by gluegen-rt.pom.sh, do not edit directly! --> <!-- --> <modelVersion>4.0.0</modelVersion> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt</artifactId> <version>2.0-rc11</version> <packaging>jar</packaging> <name>GlueGen Runtime</name> <description>JNI binding generator (runtime)</description> <url>http://jogamp.org/gluegen/www/</url> <!-- gluegen.pom.in --> <scm> <url>http://jogamp.org/git/?p=gluegen.git/</url> <connection>scm:git:http://jogamp.org/git/gluegen.git/</connection> <developerConnection>scm:git:http://jogamp.org/git/gluegen.git/</developerConnection> </scm> <licenses> <license> <name>BSD-2 License</name> <url>http://www.opensource.org/licenses/BSD-2-Clause</url> </license> <license> <name>BSD-3 License</name> <url>http://www.opensource.org/licenses/BSD-3-Clause</url> </license> <license> <name>BSD-4 License</name> <url>http://www.spdx.org/licenses/BSD-4-Clause</url> </license> </licenses> <issueManagement> <url>http://jogamp.org/bugzilla/</url> <system>Bugzilla</system> </issueManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> <version>2.2</version> </extension> </extensions> </build> </project>