Last Version

CodinGame Game Engine Core 4.3.0

Core Project of the CodinGame engine toolkit. Core components to create a game and communicate with the view.

License

License

GroupId

GroupId

com.codingame.gameengine
ArtifactId

ArtifactId

core
Version

Version

4.3.0
Type

Type

jar
Description

Description

CodinGame Game Engine Core
Core Project of the CodinGame engine toolkit. Core components to create a game and communicate with the view.
Project URL

Project URL

https://www.codingame.com/engine/core

Download core 4.3.0


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

Dependencies

compile (7)

Group / Artifact Type Version
com.google.inject : guice jar 4.0
com.google.guava : guava jar 23.0
com.google.code.gson : gson jar 2.8.2
commons-logging : commons-logging jar 1.2
org.apache.logging.log4j : log4j-api jar 2.16.0
org.apache.logging.log4j : log4j-core jar 2.16.0
org.apache.logging.log4j : log4j-jcl jar 2.10.0

Project Modules

There are no modules declared in this project.