<dependency> <groupId>com.codingame</groupId> <artifactId>gameengine</artifactId> <version>4.2.0</version> <type>pom</type> </dependency>
implementation 'com.codingame:gameengine:4.2.0'
implementation("com.codingame:gameengine:4.2.0")
libraryDependencies += "com.codingame" % "gameengine" % "4.2.0"
@Grapes( @Grab(group='com.codingame', module='gameengine', version='4.2.0') )
<dependency org="com.codingame" name="gameengine" rev="4.2.0" />
[com.codingame/gameengine "4.2.0"]
'com.codingame:gameengine:jar:4.2.0'