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