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