Download gluegen-rt-main-2.3.1.jar file

Introduction

You can download gluegen-rt-main-2.3.1.jar in this page.

License

BSD-2 License

Type List

gluegen-rt-main-2.3.1.jar file has the following types.

META-INF/MANIFEST.MF

Pom

gluegen-rt-main-2.3.1.pom file content.

<?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-main.pom.sh, do not edit directly! -->
  <!--                                                                 -->

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jogamp.gluegen</groupId>
  <artifactId>gluegen-rt-main</artifactId>
  <version>2.3.1</version>
  <packaging>jar</packaging>
  <name>GlueGen Runtime</name>
  <description>JNI binding generator (runtime)</description>
  <url>http://jogamp.org/gluegen/www/</url>

  <!--                                                                     -->
  <!-- Explicitly depend on gluegen-rt, and all of its native binary jars. -->
  <!--                                                                     -->

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-android-aarch64</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-android-armv6</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-linux-amd64</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-linux-armv6</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-linux-armv6hf</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-linux-i586</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-macosx-universal</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-solaris-amd64</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-solaris-i586</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-windows-amd64</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>gluegen-rt</artifactId>
      <version>${project.version}</version>
      <classifier>natives-windows-i586</classifier>
    </dependency>
  </dependencies>

  <!-- 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>

  <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>

  <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</artifactId>
        <version>2.4</version>
      </extension>
    </extensions>
  </build>

</project>

POM Entry

<dependency>
   <groupId>org.jogamp.gluegen</groupId>
   <artifactId>gluegen-rt-main</artifactId>
   <version>2.3.1</version>
</dependency>

Download

If you think the following gluegen-rt-main-2.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download gluegen-rt-main-2.3.1.jar file




PreviousNext

Related