m

module-endscreen

An end screen module for the CodinGame engine toolkit.
文件下载
文件名 操作
module-endscreen-3.3.1.jar 下载
module-endscreen-3.3.1.pom 下载
module-endscreen-3.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.codingame.gameengine</groupId>
  <artifactId>module-endscreen</artifactId>
  <version>3.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.codingame.gameengine:module-endscreen:3.3.1'
Gradle Kotlin
implementation("com.codingame.gameengine:module-endscreen:3.3.1")
Scala SBT
libraryDependencies += "com.codingame.gameengine" % "module-endscreen" % "3.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame.gameengine', module='module-endscreen', version='3.3.1')
)
Apache Ivy
<dependency org="com.codingame.gameengine" name="module-endscreen" rev="3.3.1" />
Leiningen
[com.codingame.gameengine/module-endscreen "3.3.1"]
Apache Buildr
'com.codingame.gameengine:module-endscreen:jar:3.3.1'