License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdfr.irit.smac.thirdparty.net.sf.rlforj |
ArtifactId | ArtifactIdrlforj |
Version | Version0.3 |
Type | Typejar |
Description |
DescriptionRoguelike Library For Java
This is a modular easy to use Java library for developing Roguelike Games.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rlforj-0.3.pom | |
rlforj-0.3.jar | 120 KB |
rlforj-0.3-sources.jar | 73 KB |
rlforj-0.3-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.irit.smac.thirdparty.net.sf.rlforj/rlforj/ -->
<dependency>
<groupId>fr.irit.smac.thirdparty.net.sf.rlforj</groupId>
<artifactId>rlforj</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.irit.smac.thirdparty.net.sf.rlforj/rlforj/
implementation 'fr.irit.smac.thirdparty.net.sf.rlforj:rlforj:0.3'
// https://jarcasting.com/artifacts/fr.irit.smac.thirdparty.net.sf.rlforj/rlforj/
implementation ("fr.irit.smac.thirdparty.net.sf.rlforj:rlforj:0.3")
'fr.irit.smac.thirdparty.net.sf.rlforj:rlforj:jar:0.3'
<dependency org="fr.irit.smac.thirdparty.net.sf.rlforj" name="rlforj" rev="0.3">
<artifact name="rlforj" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.irit.smac.thirdparty.net.sf.rlforj', module='rlforj', version='0.3')
)
libraryDependencies += "fr.irit.smac.thirdparty.net.sf.rlforj" % "rlforj" % "0.3"
[fr.irit.smac.thirdparty.net.sf.rlforj/rlforj "0.3"]