| GroupId | GroupIdio.github.MichaPehlivan |
|---|---|
| ArtifactId | ArtifactIdbotlibrary |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| botlibrary-1.0.pom | |
| botlibrary-1.0.jar | 21 KB |
| botlibrary-1.0-sources.jar | 34 KB |
| botlibrary-1.0-javadoc.jar | 203 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/ -->
<dependency>
<groupId>io.github.MichaPehlivan</groupId>
<artifactId>botlibrary</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/
implementation 'io.github.MichaPehlivan:botlibrary:1.0'
// https://jarcasting.com/artifacts/io.github.MichaPehlivan/botlibrary/
implementation ("io.github.MichaPehlivan:botlibrary:1.0")
'io.github.MichaPehlivan:botlibrary:jar:1.0'
<dependency org="io.github.MichaPehlivan" name="botlibrary" rev="1.0">
<artifact name="botlibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.MichaPehlivan', module='botlibrary', version='1.0')
)
libraryDependencies += "io.github.MichaPehlivan" % "botlibrary" % "1.0"
[io.github.MichaPehlivan/botlibrary "1.0"]