License |
License |
---|---|
Categories |
CategoriesLWJGL Business Logic Libraries |
GroupId | GroupIdorg.lwjgl.lwjgl |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2.9.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLighweight Java Game Library
Lighweight Java Game Library
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-2.9.3.pom | 841 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.lwjgl.lwjgl/parent/ -->
<dependency>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>parent</artifactId>
<version>2.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lwjgl.lwjgl/parent/
implementation 'org.lwjgl.lwjgl:parent:2.9.3'
// https://jarcasting.com/artifacts/org.lwjgl.lwjgl/parent/
implementation ("org.lwjgl.lwjgl:parent:2.9.3")
'org.lwjgl.lwjgl:parent:pom:2.9.3'
<dependency org="org.lwjgl.lwjgl" name="parent" rev="2.9.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lwjgl.lwjgl', module='parent', version='2.9.3')
)
libraryDependencies += "org.lwjgl.lwjgl" % "parent" % "2.9.3"
[org.lwjgl.lwjgl/parent "2.9.3"]