d

dataclass-only-tvosx64

Telegram Bot API in Kotlin: data class only (serializer not included)
https://github.com/omarmiatello/telegram
The MIT License
Omar Miatello
Files download
File Operation
dataclass-only-tvosx64-7.2.2.pom download
dataclass-only-tvosx64-7.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.omarmiatello.telegram</groupId>
  <artifactId>dataclass-only-tvosx64</artifactId>
  <version>7.2.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.github.omarmiatello.telegram:dataclass-only-tvosx64:7.2.2'
Gradle Kotlin
implementation("com.github.omarmiatello.telegram:dataclass-only-tvosx64:7.2.2")
Scala SBT
libraryDependencies += "com.github.omarmiatello.telegram" % "dataclass-only-tvosx64" % "7.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.omarmiatello.telegram', module='dataclass-only-tvosx64', version='7.2.2')
)
Apache Ivy
<dependency org="com.github.omarmiatello.telegram" name="dataclass-only-tvosx64" rev="7.2.2" />
Leiningen
[com.github.omarmiatello.telegram/dataclass-only-tvosx64 "7.2.2"]
Apache Buildr
'com.github.omarmiatello.telegram:dataclass-only-tvosx64:jar:7.2.2'