| GroupId | GroupIdio.github.justlel |
|---|---|
| ArtifactId | ArtifactIdtghandlers |
| Version | Version0.1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tghandlers-0.1.8.pom | |
| tghandlers-0.1.8.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.justlel/tghandlers/ -->
<dependency>
<groupId>io.github.justlel</groupId>
<artifactId>tghandlers</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.justlel/tghandlers/
implementation 'io.github.justlel:tghandlers:0.1.8'
// https://jarcasting.com/artifacts/io.github.justlel/tghandlers/
implementation ("io.github.justlel:tghandlers:0.1.8")
'io.github.justlel:tghandlers:jar:0.1.8'
<dependency org="io.github.justlel" name="tghandlers" rev="0.1.8">
<artifact name="tghandlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.justlel', module='tghandlers', version='0.1.8')
)
libraryDependencies += "io.github.justlel" % "tghandlers" % "0.1.8"
[io.github.justlel/tghandlers "0.1.8"]