| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nighttripperid |
| Идентификатор | ИдентификаторLittleEngine |
| Версия | Версия0.1 |
| Тип | Типjar |
| Описание |
ОписаниеLittleEngine
LittleEngine, a Lightweight Java Game Engine to be pulled in as Maven dependency
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| LittleEngine-0.1.pom | |
| LittleEngine-0.1.jar | 36 KB |
| LittleEngine-0.1-sources.jar | 24 KB |
| LittleEngine-0.1-javadoc.jar | 142 KB |
| Обзор |
<!-- 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"]