| GroupId | GroupIdio.github.justlel |
|---|---|
| ArtifactId | ArtifactIdtgbot-handlers-integration |
| Version | Version1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.justlel/tgbot-handlers-integration/ -->
<dependency>
<groupId>io.github.justlel</groupId>
<artifactId>tgbot-handlers-integration</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.justlel/tgbot-handlers-integration/
implementation 'io.github.justlel:tgbot-handlers-integration:1.0'
// https://jarcasting.com/artifacts/io.github.justlel/tgbot-handlers-integration/
implementation ("io.github.justlel:tgbot-handlers-integration:1.0")
'io.github.justlel:tgbot-handlers-integration:jar:1.0'
<dependency org="io.github.justlel" name="tgbot-handlers-integration" rev="1.0">
<artifact name="tgbot-handlers-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.justlel', module='tgbot-handlers-integration', version='1.0')
)
libraryDependencies += "io.github.justlel" % "tgbot-handlers-integration" % "1.0"
[io.github.justlel/tgbot-handlers-integration "1.0"]