is not current version
Last Version 4.3.0

com.codingame.gameengine:module-tooltip 3.4.10

A module to display tooltips for the CodinGame engine toolkit.

GroupId

GroupId

com.codingame.gameengine
ArtifactId

ArtifactId

module-tooltip
Version

Version

3.4.10
Type

Type

jar

Download module-tooltip 3.4.10


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