# DEPRECATED - Telegram Webhook JSON data types - Java Mappings through Jackson Databind
OBSOLETE: USE com.github.paolodenti:telegram-types
License |
License |
---|---|
GroupId | GroupIdcom.github.paolodenti |
ArtifactId | ArtifactIdtelegram-webhook-types |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontelegram-webhook-types
Telegram webhook json mapped data types
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.paolodenti/telegram-webhook-types/ -->
<dependency>
<groupId>com.github.paolodenti</groupId>
<artifactId>telegram-webhook-types</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paolodenti/telegram-webhook-types/
implementation 'com.github.paolodenti:telegram-webhook-types:1.0.1'
// https://jarcasting.com/artifacts/com.github.paolodenti/telegram-webhook-types/
implementation ("com.github.paolodenti:telegram-webhook-types:1.0.1")
'com.github.paolodenti:telegram-webhook-types:jar:1.0.1'
<dependency org="com.github.paolodenti" name="telegram-webhook-types" rev="1.0.1">
<artifact name="telegram-webhook-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paolodenti', module='telegram-webhook-types', version='1.0.1')
)
libraryDependencies += "com.github.paolodenti" % "telegram-webhook-types" % "1.0.1"
[com.github.paolodenti/telegram-webhook-types "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.10 |
OBSOLETE: USE com.github.paolodenti:telegram-types