| Категории |
КатегорииDiscord API Прикладные библиотеки |
|---|---|
| Группа | Группаcom.github.alex1304 |
| Идентификатор | Идентификаторultimategdbot-core |
| Версия | Версия4.0.0-alpha3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.alex1304/ultimategdbot-core/ -->
<dependency>
<groupId>com.github.alex1304</groupId>
<artifactId>ultimategdbot-core</artifactId>
<version>4.0.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alex1304/ultimategdbot-core/
implementation 'com.github.alex1304:ultimategdbot-core:4.0.0-alpha3'
// https://jarcasting.com/artifacts/com.github.alex1304/ultimategdbot-core/
implementation ("com.github.alex1304:ultimategdbot-core:4.0.0-alpha3")
'com.github.alex1304:ultimategdbot-core:jar:4.0.0-alpha3'
<dependency org="com.github.alex1304" name="ultimategdbot-core" rev="4.0.0-alpha3">
<artifact name="ultimategdbot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alex1304', module='ultimategdbot-core', version='4.0.0-alpha3')
)
libraryDependencies += "com.github.alex1304" % "ultimategdbot-core" % "4.0.0-alpha3"
[com.github.alex1304/ultimategdbot-core "4.0.0-alpha3"]