| License |
License |
|---|---|
| GroupId | GroupIdio.github.MichaPehlivan |
| ArtifactId | ArtifactIdbotlibrary |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondiscord-bot-library
A Java library with the purpose of greatly
simplifying the Discord4j development process
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| botlibrary-1.3.pom | |
| botlibrary-1.3.jar | 43 KB |
| botlibrary-1.3-sources.jar | 34 KB |
| botlibrary-1.3-javadoc.jar | 204 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.discord4j : discord4j-core | jar | 3.2.0 |
| com.google.code.gson : gson | jar | 2.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |