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