| GroupId | GroupIdio.github.MichaPehlivan |
|---|---|
| ArtifactId | ArtifactIdbotlibrary |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| botlibrary-1.2.pom | |
| botlibrary-1.2.jar | 43 KB |
| botlibrary-1.2-sources.jar | 34 KB |
| botlibrary-1.2-javadoc.jar | 204 KB |
| Browse |
<!-- 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"]