License |
License |
---|---|
GroupId | GroupIdcom.codingame.gameengine |
ArtifactId | ArtifactIdcore |
Last Version | Last Version4.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCodinGame 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 |
Filename | Size |
---|---|
core-4.3.0.pom | |
core-4.3.0.jar | 36 KB |
core-4.3.0-sources.jar | 27 KB |
core-4.3.0-javadoc.jar | 81 KB |
Browse |
<!-- 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"]
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 |