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