GroupId | GroupIdcom.seomse.commons |
---|---|
ArtifactId | ArtifactIdtelegram |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
telegram-0.1.0.pom | |
telegram-0.1.0.jar | 7 KB |
telegram-0.1.0-sources.jar | 5 KB |
telegram-0.1.0-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seomse.commons/telegram/ -->
<dependency>
<groupId>com.seomse.commons</groupId>
<artifactId>telegram</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seomse.commons/telegram/
implementation 'com.seomse.commons:telegram:0.1.0'
// https://jarcasting.com/artifacts/com.seomse.commons/telegram/
implementation ("com.seomse.commons:telegram:0.1.0")
'com.seomse.commons:telegram:jar:0.1.0'
<dependency org="com.seomse.commons" name="telegram" rev="0.1.0">
<artifact name="telegram" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seomse.commons', module='telegram', version='0.1.0')
)
libraryDependencies += "com.seomse.commons" % "telegram" % "0.1.0"
[com.seomse.commons/telegram "0.1.0"]