Categories |
CategoriesJava Languages Ant Build Tools |
---|---|
GroupId | GroupIdcom.antonioaltieri.telegram |
ArtifactId | ArtifactIdtelegram-java-bot-api |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
telegram-java-bot-api-1.2.pom | |
telegram-java-bot-api-1.2.jar | 67 KB |
telegram-java-bot-api-1.2-sources.jar | 37 KB |
telegram-java-bot-api-1.2-javadoc.jar | 295 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.antonioaltieri.telegram/telegram-java-bot-api/
implementation 'com.antonioaltieri.telegram:telegram-java-bot-api:1.2'
// https://jarcasting.com/artifacts/com.antonioaltieri.telegram/telegram-java-bot-api/
implementation ("com.antonioaltieri.telegram:telegram-java-bot-api:1.2")
'com.antonioaltieri.telegram:telegram-java-bot-api:jar:1.2'
<dependency org="com.antonioaltieri.telegram" name="telegram-java-bot-api" rev="1.2">
<artifact name="telegram-java-bot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antonioaltieri.telegram', module='telegram-java-bot-api', version='1.2')
)
libraryDependencies += "com.antonioaltieri.telegram" % "telegram-java-bot-api" % "1.2"
[com.antonioaltieri.telegram/telegram-java-bot-api "1.2"]