License |
License |
---|---|
GroupId | GroupIdcom.codingame.gameengine |
ArtifactId | ArtifactIdmodule-toggle |
Version | Version4.1.6 |
Type | Typejar |
Description |
DescriptionCodinGame Game Engine Toggle Module
This module allows you to display or hide elements of the GraphicEntityModule using the viewer's options menu.
|
Project URL |
Project URL |
Filename | Size |
---|---|
module-toggle-4.1.6.pom | |
module-toggle-4.1.6.jar | 7 KB |
module-toggle-4.1.6-sources.jar | 5 KB |
module-toggle-4.1.6-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingame.gameengine/module-toggle/ -->
<dependency>
<groupId>com.codingame.gameengine</groupId>
<artifactId>module-toggle</artifactId>
<version>4.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-toggle/
implementation 'com.codingame.gameengine:module-toggle:4.1.6'
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-toggle/
implementation ("com.codingame.gameengine:module-toggle:4.1.6")
'com.codingame.gameengine:module-toggle:jar:4.1.6'
<dependency org="com.codingame.gameengine" name="module-toggle" rev="4.1.6">
<artifact name="module-toggle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='module-toggle', version='4.1.6')
)
libraryDependencies += "com.codingame.gameengine" % "module-toggle" % "4.1.6"
[com.codingame.gameengine/module-toggle "4.1.6"]
Group / Artifact | Type | Version |
---|---|---|
com.codingame.gameengine : core | jar | 4.1.6 |
com.codingame.gameengine : module-entities | jar | 4.1.6 |