MVN

com.codingame.gameengine : parent

Maven & Gradle

Dec 14, 2017
109 stars

CodinGame Game Engine Parent · CodinGame Game Engine toolkit to create new Community Games

<dependency>
    <groupId>com.codingame.gameengine</groupId>
    <artifactId>parent</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codingame.gameengine : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.codingame.gameengine : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3
parent-1.3
1.2
parent-1.2
1.1
parent-1.1
1.0
parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.codingame.gameengine</groupId>
    <artifactId>parent</artifactId>
    <version>1.3</version>
</dependency>