is not current version
Last Version 1.3

io.github.MichaPehlivan:botlibrary 1.2

A Java library with the purpose of greatly simplifying the Discord4j development process

GroupId

GroupId

io.github.MichaPehlivan
ArtifactId

ArtifactId

botlibrary
Version

Version

1.2
Type

Type

jar

Download botlibrary 1.2


<!-- https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/ -->
<dependency>
    <groupId>io.github.MichaPehlivan</groupId>
    <artifactId>botlibrary</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/
implementation 'io.github.MichaPehlivan:botlibrary:1.2'
// https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/
implementation ("io.github.MichaPehlivan:botlibrary:1.2")
'io.github.MichaPehlivan:botlibrary:jar:1.2'
<dependency org="io.github.MichaPehlivan" name="botlibrary" rev="1.2">
  <artifact name="botlibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.MichaPehlivan', module='botlibrary', version='1.2')
)
libraryDependencies += "io.github.MichaPehlivan" % "botlibrary" % "1.2"
[io.github.MichaPehlivan/botlibrary "1.2"]