GroupId | GroupIdcom.github.unafraid.telegram-apis |
---|---|
ArtifactId | ArtifactIdCoreAPI |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
CoreAPI-1.0.7.pom | |
CoreAPI-1.0.7.jar | 23 KB |
CoreAPI-1.0.7-sources.jar | 25 KB |
CoreAPI-1.0.7-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.unafraid.telegram-apis/CoreAPI/ -->
<dependency>
<groupId>com.github.unafraid.telegram-apis</groupId>
<artifactId>CoreAPI</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unafraid.telegram-apis/CoreAPI/
implementation 'com.github.unafraid.telegram-apis:CoreAPI:1.0.7'
// https://jarcasting.com/artifacts/com.github.unafraid.telegram-apis/CoreAPI/
implementation ("com.github.unafraid.telegram-apis:CoreAPI:1.0.7")
'com.github.unafraid.telegram-apis:CoreAPI:jar:1.0.7'
<dependency org="com.github.unafraid.telegram-apis" name="CoreAPI" rev="1.0.7">
<artifact name="CoreAPI" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unafraid.telegram-apis', module='CoreAPI', version='1.0.7')
)
libraryDependencies += "com.github.unafraid.telegram-apis" % "CoreAPI" % "1.0.7"
[com.github.unafraid.telegram-apis/CoreAPI "1.0.7"]