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