GroupId | GroupIdcom.annimon |
---|---|
ArtifactId | ArtifactIdtgbots-module |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
tgbots-module-0.5.pom | |
tgbots-module-0.5.jar | 184 KB |
tgbots-module-0.5-sources.jar | 90 KB |
tgbots-module-0.5-javadoc.jar | 932 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.annimon/tgbots-module/ -->
<dependency>
<groupId>com.annimon</groupId>
<artifactId>tgbots-module</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.annimon/tgbots-module/
implementation 'com.annimon:tgbots-module:0.5'
// https://jarcasting.com/artifacts/com.annimon/tgbots-module/
implementation ("com.annimon:tgbots-module:0.5")
'com.annimon:tgbots-module:jar:0.5'
<dependency org="com.annimon" name="tgbots-module" rev="0.5">
<artifact name="tgbots-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.annimon', module='tgbots-module', version='0.5')
)
libraryDependencies += "com.annimon" % "tgbots-module" % "0.5"
[com.annimon/tgbots-module "0.5"]