GroupId | GroupIdcom.codingame.gameengine |
---|---|
ArtifactId | ArtifactIdmodule-tooltip |
Version | Version4.1.3 |
Type | Typejar |
Filename | Size |
---|---|
module-tooltip-4.1.3.pom | |
module-tooltip-4.1.3.jar | 5 KB |
module-tooltip-4.1.3-sources.jar | 5 KB |
module-tooltip-4.1.3-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>4.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-tooltip/
implementation 'com.codingame.gameengine:module-tooltip:4.1.3'
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-tooltip/
implementation ("com.codingame.gameengine:module-tooltip:4.1.3")
'com.codingame.gameengine:module-tooltip:jar:4.1.3'
<dependency org="com.codingame.gameengine" name="module-tooltip" rev="4.1.3">
<artifact name="module-tooltip" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='module-tooltip', version='4.1.3')
)
libraryDependencies += "com.codingame.gameengine" % "module-tooltip" % "4.1.3"
[com.codingame.gameengine/module-tooltip "4.1.3"]