| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.jessecorbett |
| Идентификатор | Идентификаторdiskord |
| Последняя версия | Последняя версия1.8.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеdiskord
A Kotlin wrapper around the Discord API
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| diskord-1.8.1.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.jessecorbett/diskord/ -->
<dependency>
<groupId>com.jessecorbett</groupId>
<artifactId>diskord</artifactId>
<version>1.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jessecorbett/diskord/
implementation 'com.jessecorbett:diskord:1.8.1'
// https://jarcasting.com/artifacts/com.jessecorbett/diskord/
implementation ("com.jessecorbett:diskord:1.8.1")
'com.jessecorbett:diskord:pom:1.8.1'
<dependency org="com.jessecorbett" name="diskord" rev="1.8.1">
<artifact name="diskord" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jessecorbett', module='diskord', version='1.8.1')
)
libraryDependencies += "com.jessecorbett" % "diskord" % "1.8.1"
[com.jessecorbett/diskord "1.8.1"]