CodinGame Game Engine Parent

CodinGame Game Engine toolkit to create new Community Games

Лицензия

Лицензия

Группа

Группа

com.codingame.gameengine
Идентификатор

Идентификатор

parent
Последняя версия

Последняя версия

1.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

CodinGame Game Engine Parent
CodinGame Game Engine toolkit to create new Community Games
Ссылка на сайт

Ссылка на сайт

https://github.com/CodinGame/codingame-game-engine
Система контроля версий

Система контроля версий

https://github.com/CodinGame/codingame-game-engine

Скачать parent

Имя Файла Размер
parent-1.3.pom 2 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.codingame.gameengine/parent/ -->
<dependency>
    <groupId>com.codingame.gameengine</groupId>
    <artifactId>parent</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/parent/
implementation 'com.codingame.gameengine:parent:1.3'
// https://jarcasting.com/artifacts/com.codingame.gameengine/parent/
implementation ("com.codingame.gameengine:parent:1.3")
'com.codingame.gameengine:parent:pom:1.3'
<dependency org="com.codingame.gameengine" name="parent" rev="1.3">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='parent', version='1.3')
)
libraryDependencies += "com.codingame.gameengine" % "parent" % "1.3"
[com.codingame.gameengine/parent "1.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.
com.codingame.gameengine

Версии библиотеки

Версия
1.3
1.2
1.1
1.0