| License |
License |
|---|---|
| GroupId | GroupIdcom.github.nighttripperid |
| ArtifactId | ArtifactIdLittleEngine |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionLittleEngine
LittleEngine, a Lightweight Java Game Engine to be pulled in as Maven dependency
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| LittleEngine-0.1.pom | |
| LittleEngine-0.1.jar | 36 KB |
| LittleEngine-0.1-sources.jar | 24 KB |
| LittleEngine-0.1-javadoc.jar | 142 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nighttripperid/LittleEngine/ -->
<dependency>
<groupId>com.github.nighttripperid</groupId>
<artifactId>LittleEngine</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nighttripperid/LittleEngine/
implementation 'com.github.nighttripperid:LittleEngine:0.1'
// https://jarcasting.com/artifacts/com.github.nighttripperid/LittleEngine/
implementation ("com.github.nighttripperid:LittleEngine:0.1")
'com.github.nighttripperid:LittleEngine:jar:0.1'
<dependency org="com.github.nighttripperid" name="LittleEngine" rev="0.1">
<artifact name="LittleEngine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nighttripperid', module='LittleEngine', version='0.1')
)
libraryDependencies += "com.github.nighttripperid" % "LittleEngine" % "0.1"
[com.github.nighttripperid/LittleEngine "0.1"]