License |
License |
---|---|
GroupId | GroupIdcom.github.v-play-games |
ArtifactId | ArtifactIdbot.commands.game2048 |
Version | Version0.0.1 |
Type | Typejar |
Description |
Description2048 Command
2048 command to play the classic 2048 game
|
Filename | Size |
---|---|
bot.commands.game2048-0.0.1.pom | |
bot.commands.game2048-0.0.1.jar | 18 KB |
bot.commands.game2048-0.0.1-sources.jar | 10 KB |
bot.commands.game2048-0.0.1-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.1</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.1'
// https://jarcasting.com/artifacts/com.github.v-play-games/bot.commands.game2048/
implementation ("com.github.v-play-games:bot.commands.game2048:0.0.1")
'com.github.v-play-games:bot.commands.game2048:jar:0.0.1'
<dependency org="com.github.v-play-games" name="bot.commands.game2048" rev="0.0.1">
<artifact name="bot.commands.game2048" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.v-play-games', module='bot.commands.game2048', version='0.0.1')
)
libraryDependencies += "com.github.v-play-games" % "bot.commands.game2048" % "0.0.1"
[com.github.v-play-games/bot.commands.game2048 "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.v-play-games : bot.core | jar | 0.0.1 |