| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.MichaPehlivan |
| Идентификатор | Идентификаторbotlibrary |
| Версия | Версия1.3 |
| Тип | Типjar |
| Описание |
Описаниеdiscord-bot-library
A Java library with the purpose of greatly
simplifying the Discord4j development process
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| botlibrary-1.3.pom | |
| botlibrary-1.3.jar | 43 KB |
| botlibrary-1.3-sources.jar | 34 KB |
| botlibrary-1.3-javadoc.jar | 204 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/ -->
<dependency>
<groupId>io.github.MichaPehlivan</groupId>
<artifactId>botlibrary</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/
implementation 'io.github.MichaPehlivan:botlibrary:1.3'
// https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/
implementation ("io.github.MichaPehlivan:botlibrary:1.3")
'io.github.MichaPehlivan:botlibrary:jar:1.3'
<dependency org="io.github.MichaPehlivan" name="botlibrary" rev="1.3">
<artifact name="botlibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.MichaPehlivan', module='botlibrary', version='1.3')
)
libraryDependencies += "io.github.MichaPehlivan" % "botlibrary" % "1.3"
[io.github.MichaPehlivan/botlibrary "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.discord4j : discord4j-core | jar | 3.2.0 |
| com.google.code.gson : gson | jar | 2.8.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |