| Categories | CategoriesDiscord API Business Logic Libraries | 
|---|---|
| GroupId | GroupIdcom.github.alex1304 | 
| ArtifactId | ArtifactIdultimategdbot | 
| Version | Version4.0.0-alpha6 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| ultimategdbot-4.0.0-alpha6.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.alex1304/ultimategdbot/ -->
<dependency>
    <groupId>com.github.alex1304</groupId>
    <artifactId>ultimategdbot</artifactId>
    <version>4.0.0-alpha6</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.alex1304/ultimategdbot/
implementation 'com.github.alex1304:ultimategdbot:4.0.0-alpha6'// https://jarcasting.com/artifacts/com.github.alex1304/ultimategdbot/
implementation ("com.github.alex1304:ultimategdbot:4.0.0-alpha6")'com.github.alex1304:ultimategdbot:pom:4.0.0-alpha6'<dependency org="com.github.alex1304" name="ultimategdbot" rev="4.0.0-alpha6">
  <artifact name="ultimategdbot" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.alex1304', module='ultimategdbot', version='4.0.0-alpha6')
)libraryDependencies += "com.github.alex1304" % "ultimategdbot" % "4.0.0-alpha6"[com.github.alex1304/ultimategdbot "4.0.0-alpha6"]