GroupId | GroupIdorg.simonscode |
---|---|
ArtifactId | ArtifactIdtelegram-menu-library |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.simonscode/telegram-menu-library/ -->
<dependency>
<groupId>org.simonscode</groupId>
<artifactId>telegram-menu-library</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.simonscode/telegram-menu-library/
implementation 'org.simonscode:telegram-menu-library:1.0'
// https://jarcasting.com/artifacts/org.simonscode/telegram-menu-library/
implementation ("org.simonscode:telegram-menu-library:1.0")
'org.simonscode:telegram-menu-library:jar:1.0'
<dependency org="org.simonscode" name="telegram-menu-library" rev="1.0">
<artifact name="telegram-menu-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simonscode', module='telegram-menu-library', version='1.0')
)
libraryDependencies += "org.simonscode" % "telegram-menu-library" % "1.0"
[org.simonscode/telegram-menu-library "1.0"]