g

gameengine

Parent and Reactor Project of the CodinGame engine toolkit.
https://www.codingame.com
MIT License
The CodinGame Team
文件下载
文件名 操作
gameengine-4.3.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.codingame</groupId>
  <artifactId>gameengine</artifactId>
  <version>4.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.codingame:gameengine:4.3.2'
Gradle Kotlin
implementation("com.codingame:gameengine:4.3.2")
Scala SBT
libraryDependencies += "com.codingame" % "gameengine" % "4.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame', module='gameengine', version='4.3.2')
)
Apache Ivy
<dependency org="com.codingame" name="gameengine" rev="4.3.2" />
Leiningen
[com.codingame/gameengine "4.3.2"]
Apache Buildr
'com.codingame:gameengine:jar:4.3.2'
本项目依赖
该项目无第三方依赖