is not current version
Last Version 4.3.0

com.codingame.gameengine:module-toggle 3.15.4

This module allows you to display or hide elements of the GraphicEntityModule using the viewer's options menu.

GroupId

GroupId

com.codingame.gameengine
ArtifactId

ArtifactId

module-toggle
Version

Version

3.15.4
Type

Type

jar

Download module-toggle 3.15.4


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