Maven Repository - POM file for Library lwjgl 2.9.0 2.9.0

Summary

Lighweight Java Game Library.

Declaration

Here is the list of declaration for lwjgl. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.lwjgl.lwjgl</groupId>
   <artifactId>lwjgl</artifactId>
   <version>2.9.0</version>
</dependency>

If you think this Maven repository POM file listing for lwjgl is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the lwjgl-2.9.0.jar

org.lwjgl
org.lwjgl.input
org.lwjgl.openal
org.lwjgl.opencl
org.lwjgl.opencl.api
org.lwjgl.opengl
org.lwjgl.opengles




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.lwjgl.lwjgl</groupId>
    <artifactId>parent</artifactId>
    <version>2.9.0</version>
  </parent>
  <groupId>org.lwjgl.lwjgl</groupId>
  <artifactId>lwjgl</artifactId>
  <packaging>jar</packaging>
  <name>Lighweight Java Game Library</name>
  <version>2.9.0</version>
  <description>Lighweight Java Game Library</description>
  <url>http://lwjgl.org/</url>
  <scm>
    <url>http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/trunk/</url>
    <connection>https://java-game-lib.svn.sourceforge.net/svnroot/java-game-lib </connection>
  </scm>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>lwjgl-platform</artifactId>
      <version>${project.version}</version>
      <classifier>natives-windows</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>lwjgl-platform</artifactId>
      <version>${project.version}</version>
      <classifier>natives-linux</classifier>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>lwjgl-platform</artifactId>
      <version>${project.version}</version>
      <classifier>natives-osx</classifier>
    </dependency>
    <dependency>
      <groupId>net.java.jinput</groupId>
      <artifactId>jinput</artifactId>
      <version>2.0.5</version>
    </dependency>
  </dependencies>
</project>