GroupId | GroupIdcom.codingame.gameengine |
---|---|
ArtifactId | ArtifactIdmodule-tooltip |
Version | Version3.11.1 |
Type | Typejar |
Filename | Size |
---|---|
module-tooltip-3.11.1.pom | |
module-tooltip-3.11.1.jar | 5 KB |
module-tooltip-3.11.1-sources.jar | 5 KB |
module-tooltip-3.11.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingame.gameengine/module-tooltip/ -->
<dependency>
<groupId>com.codingame.gameengine</groupId>
<artifactId>module-tooltip</artifactId>
<version>3.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-tooltip/
implementation 'com.codingame.gameengine:module-tooltip:3.11.1'
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-tooltip/
implementation ("com.codingame.gameengine:module-tooltip:3.11.1")
'com.codingame.gameengine:module-tooltip:jar:3.11.1'
<dependency org="com.codingame.gameengine" name="module-tooltip" rev="3.11.1">
<artifact name="module-tooltip" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='module-tooltip', version='3.11.1')
)
libraryDependencies += "com.codingame.gameengine" % "module-tooltip" % "3.11.1"
[com.codingame.gameengine/module-tooltip "3.11.1"]