GroupId | GroupIdcom.github.paolodenti |
---|---|
ArtifactId | ArtifactIdtelegram-webhook-types |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paolodenti/telegram-webhook-types/ -->
<dependency>
<groupId>com.github.paolodenti</groupId>
<artifactId>telegram-webhook-types</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paolodenti/telegram-webhook-types/
implementation 'com.github.paolodenti:telegram-webhook-types:1.0.0'
// https://jarcasting.com/artifacts/com.github.paolodenti/telegram-webhook-types/
implementation ("com.github.paolodenti:telegram-webhook-types:1.0.0")
'com.github.paolodenti:telegram-webhook-types:jar:1.0.0'
<dependency org="com.github.paolodenti" name="telegram-webhook-types" rev="1.0.0">
<artifact name="telegram-webhook-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paolodenti', module='telegram-webhook-types', version='1.0.0')
)
libraryDependencies += "com.github.paolodenti" % "telegram-webhook-types" % "1.0.0"
[com.github.paolodenti/telegram-webhook-types "1.0.0"]