License |
License |
---|---|
GroupId | GroupIdorg.isuper |
ArtifactId | ArtifactIdisuper.telegram |
Last Version | Last Version0.1.24 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTelegram Client
A java library which allows you to send messages(for now, more in the future) to telegram chats
|
Project Organization |
Project OrganizationiSuper.org |
Filename | Size |
---|---|
isuper.telegram-0.1.24.pom | |
isuper.telegram-0.1.24.jar | 18 KB |
isuper.telegram-0.1.24-sources.jar | 11 KB |
isuper.telegram-0.1.24-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.isuper/isuper.telegram/ -->
<dependency>
<groupId>org.isuper</groupId>
<artifactId>isuper.telegram</artifactId>
<version>0.1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.isuper/isuper.telegram/
implementation 'org.isuper:isuper.telegram:0.1.24'
// https://jarcasting.com/artifacts/org.isuper/isuper.telegram/
implementation ("org.isuper:isuper.telegram:0.1.24")
'org.isuper:isuper.telegram:jar:0.1.24'
<dependency org="org.isuper" name="isuper.telegram" rev="0.1.24">
<artifact name="isuper.telegram" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isuper', module='isuper.telegram', version='0.1.24')
)
libraryDependencies += "org.isuper" % "isuper.telegram" % "0.1.24"
[org.isuper/isuper.telegram "0.1.24"]
Group / Artifact | Type | Version |
---|---|---|
org.isuper : isuper.common | jar | 0.3.0 |
org.apache.httpcomponents : httpasyncclient | jar | 4.1.2 |
com.squareup.retrofit2 : retrofit | jar | 2.1.0 |
com.squareup.retrofit2 : converter-jackson | jar | 2.1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.5 |
org.apache.logging.log4j : log4j-api | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.6.1 |
org.apache.logging.log4j : log4j-jcl | jar | 2.6.1 |
commons-codec : commons-codec | jar | 1.9 |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |