License |
License |
---|---|
GroupId | GroupIdcom.github.v-play-games |
ArtifactId | ArtifactIdbot.commands.game2048 |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description2048 Command
2048 command to play the classic 2048 game
|
Filename | Size |
---|---|
bot.commands.game2048-0.0.2.pom | |
bot.commands.game2048-0.0.2.jar | 18 KB |
bot.commands.game2048-0.0.2-sources.jar | 10 KB |
bot.commands.game2048-0.0.2-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.v-play-games/bot.commands.game2048/ -->
<dependency>
<groupId>com.github.v-play-games</groupId>
<artifactId>bot.commands.game2048</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.v-play-games/bot.commands.game2048/
implementation 'com.github.v-play-games:bot.commands.game2048:0.0.2'
// https://jarcasting.com/artifacts/com.github.v-play-games/bot.commands.game2048/
implementation ("com.github.v-play-games:bot.commands.game2048:0.0.2")
'com.github.v-play-games:bot.commands.game2048:jar:0.0.2'
<dependency org="com.github.v-play-games" name="bot.commands.game2048" rev="0.0.2">
<artifact name="bot.commands.game2048" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.v-play-games', module='bot.commands.game2048', version='0.0.2')
)
libraryDependencies += "com.github.v-play-games" % "bot.commands.game2048" % "0.0.2"
[com.github.v-play-games/bot.commands.game2048 "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.v-play-games : bot.core | jar | 0.0.2 |