Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.nifty-gui |
ArtifactId | ArtifactIdnifty-examples-slick2d |
Version | Version1.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-examples-slick2d/ -->
<dependency>
<groupId>com.github.nifty-gui</groupId>
<artifactId>nifty-examples-slick2d</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-examples-slick2d/
implementation 'com.github.nifty-gui:nifty-examples-slick2d:1.4.2'
// https://jarcasting.com/artifacts/com.github.nifty-gui/nifty-examples-slick2d/
implementation ("com.github.nifty-gui:nifty-examples-slick2d:1.4.2")
'com.github.nifty-gui:nifty-examples-slick2d:jar:1.4.2'
<dependency org="com.github.nifty-gui" name="nifty-examples-slick2d" rev="1.4.2">
<artifact name="nifty-examples-slick2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nifty-gui', module='nifty-examples-slick2d', version='1.4.2')
)
libraryDependencies += "com.github.nifty-gui" % "nifty-examples-slick2d" % "1.4.2"
[com.github.nifty-gui/nifty-examples-slick2d "1.4.2"]