lwjgl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.lwjgl.lwjgl</groupId> <artifactId>lwjgl</artifactId> <version>2.9.3</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.lwjgl.lwjgl</groupId> <artifactId>parent</artifactId> <version>2.9.3</version> </parent> <groupId>org.lwjgl.lwjgl</groupId> <artifactId>lwjgl</artifactId> <packaging>jar</packaging> <name>Lighweight Java Game Library</name> <version>2.9.3</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>