License |
License |
---|---|
GroupId | GroupIdorg.slick2d |
ArtifactId | ArtifactIdslick2d-parent |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSlick2D Maven distribution - parent
Maven distribution of the Slick 2D game development library
|
Project URL |
Project URL |
Filename | Size |
---|---|
slick2d-parent-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slick2d/slick2d-parent/ -->
<dependency>
<groupId>org.slick2d</groupId>
<artifactId>slick2d-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.slick2d/slick2d-parent/
implementation 'org.slick2d:slick2d-parent:1.0.2'
// https://jarcasting.com/artifacts/org.slick2d/slick2d-parent/
implementation ("org.slick2d:slick2d-parent:1.0.2")
'org.slick2d:slick2d-parent:pom:1.0.2'
<dependency org="org.slick2d" name="slick2d-parent" rev="1.0.2">
<artifact name="slick2d-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.slick2d', module='slick2d-parent', version='1.0.2')
)
libraryDependencies += "org.slick2d" % "slick2d-parent" % "1.0.2"
[org.slick2d/slick2d-parent "1.0.2"]