MVN

com.github.omarmiatello.telegram : dataclass-only

Maven & Gradle

Jul 12, 2022
19 stars

Telegram `data class` Only · Telegram Bot API in Kotlin: data class only (serializer not included)

<dependency>
    <groupId>com.github.omarmiatello.telegram</groupId>
    <artifactId>dataclass-only</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.omarmiatello.telegram : dataclass-only to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of com.github.omarmiatello.telegram : dataclass-only to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1
dataclass-only-6.1
6.0.x
dataclass-only-6.0.1
6.0
dataclass-only-6.0
5.7
dataclass-only-5.7
5.6
dataclass-only-5.6
5.3
dataclass-only-5.3
5.2.x
dataclass-only-5.2.1
5.2
dataclass-only-5.2
5.1
dataclass-only-5.1

How to add a dependency to Maven

Add the following com.github.omarmiatello.telegram : dataclass-only maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.omarmiatello.telegram</groupId>
    <artifactId>dataclass-only</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.omarmiatello.telegram : dataclass-only gradle dependency to your build.gradle file:

implementation 'com.github.omarmiatello.telegram:dataclass-only:6.0.1'

Gradle Kotlin DSL: Add the following com.github.omarmiatello.telegram : dataclass-only gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.omarmiatello.telegram:dataclass-only:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.omarmiatello.telegram : dataclass-only sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.omarmiatello.telegram" % "dataclass-only" % "6.0.1"