GroupId | GroupIdit.rebase |
---|---|
ArtifactId | ArtifactIdrebot-telegram-api |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
rebot-telegram-api-0.1.pom | |
rebot-telegram-api-0.1.jar | 27 KB |
rebot-telegram-api-0.1-sources.jar | 27 KB |
rebot-telegram-api-0.1-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.rebase/rebot-telegram-api/ -->
<dependency>
<groupId>it.rebase</groupId>
<artifactId>rebot-telegram-api</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.rebase/rebot-telegram-api/
implementation 'it.rebase:rebot-telegram-api:0.1'
// https://jarcasting.com/artifacts/it.rebase/rebot-telegram-api/
implementation ("it.rebase:rebot-telegram-api:0.1")
'it.rebase:rebot-telegram-api:jar:0.1'
<dependency org="it.rebase" name="rebot-telegram-api" rev="0.1">
<artifact name="rebot-telegram-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.rebase', module='rebot-telegram-api', version='0.1')
)
libraryDependencies += "it.rebase" % "rebot-telegram-api" % "0.1"
[it.rebase/rebot-telegram-api "0.1"]