jogl-all-main
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.metsci.ext.org.jogamp.jogl</groupId> <artifactId>jogl-all-main</artifactId> <version>2.4.0-rc-20200202</version> </dependency>
<?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"> <modelVersion>4.0.0</modelVersion> <groupId>com.metsci.ext.org.jogamp.jogl</groupId> <artifactId>jogl-all-main</artifactId> <version>2.4.0-rc-20200202</version> <packaging>jar</packaging> <name>JOGL</name> <description>Java™ Binding for the OpenGL® API</description> <url>http://jogamp.org/jogl/www/</url> <!-- --> <!-- Explicitly depend on jogl-all, and all of its native binary jars. --> <!-- --> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jogl-all</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jogl-all</artifactId> <version>${project.version}</version> <classifier>natives-linux-amd64</classifier> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jogl-all</artifactId> <version>${project.version}</version> <classifier>natives-linux-i586</classifier> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jogl-all</artifactId> <version>${project.version}</version> <classifier>natives-macosx-universal</classifier> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jogl-all</artifactId> <version>${project.version}</version> <classifier>natives-windows-amd64</classifier> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jogl-all</artifactId> <version>${project.version}</version> <classifier>natives-windows-i586</classifier> </dependency> </dependencies> <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>SGI Free Software License B</name> <url>http://oss.sgi.com/projects/FreeB</url> </license> <license> <name>Apache License Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> <license> <name>Apache License Version 1.1</name> <url>http://www.apache.org/licenses/LICENSE-1.1</url> </license> <license> <name>Ubuntu Font Licence 1.0</name> <url>http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt</url> </license> </licenses> <scm> <url>http://jogamp.org/git/?p=jogl.git/</url> <connection>scm:git:http://jogamp.org/git/jogl.git/</connection> <developerConnection>scm:git:http://jogamp.org/git/jogl.git/</developerConnection> </scm> <developers> <developer> <id>sgothel</id> <name>Sven Gothel</name> <email>sgothel@jausoft.com</email> <url>http://blog.jausoft.com</url> </developer> </developers> <issueManagement> <url>http://jogamp.org/bugzilla/</url> <system>Bugzilla</system> </issueManagement> </project>