Categories |
CategoriesJava Languages Ant Build Tools |
---|---|
GroupId | GroupIdcom.antonioaltieri.telegram |
ArtifactId | ArtifactIdtelegram-java-bot-api |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
telegram-java-bot-api-1.3.pom | |
telegram-java-bot-api-1.3.jar | 68 KB |
telegram-java-bot-api-1.3-sources.jar | 38 KB |
telegram-java-bot-api-1.3-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antonioaltieri.telegram/telegram-java-bot-api/ -->
<dependency>
<groupId>com.antonioaltieri.telegram</groupId>
<artifactId>telegram-java-bot-api</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.antonioaltieri.telegram/telegram-java-bot-api/
implementation 'com.antonioaltieri.telegram:telegram-java-bot-api:1.3'
// https://jarcasting.com/artifacts/com.antonioaltieri.telegram/telegram-java-bot-api/
implementation ("com.antonioaltieri.telegram:telegram-java-bot-api:1.3")
'com.antonioaltieri.telegram:telegram-java-bot-api:jar:1.3'
<dependency org="com.antonioaltieri.telegram" name="telegram-java-bot-api" rev="1.3">
<artifact name="telegram-java-bot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antonioaltieri.telegram', module='telegram-java-bot-api', version='1.3')
)
libraryDependencies += "com.antonioaltieri.telegram" % "telegram-java-bot-api" % "1.3"
[com.antonioaltieri.telegram/telegram-java-bot-api "1.3"]