License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Data |
GroupId | GroupIdcom.github.omarmiatello.telegram |
ArtifactId | ArtifactIddataclass-js |
Version | Version5.2.1 |
Type | Typepom |
Description |
DescriptionTelegram `data class` (with Kotlinx/Serialization)
Telegram Bot API in Kotlin: data class with Kotlinx/Serialization
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dataclass-js-5.2.1.pom | |
dataclass-js-5.2.1-sources.jar | 41 KB |
dataclass-js-5.2.1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.omarmiatello.telegram/dataclass-js/ -->
<dependency>
<groupId>com.github.omarmiatello.telegram</groupId>
<artifactId>dataclass-js</artifactId>
<version>5.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.omarmiatello.telegram/dataclass-js/
implementation 'com.github.omarmiatello.telegram:dataclass-js:5.2.1'
// https://jarcasting.com/artifacts/com.github.omarmiatello.telegram/dataclass-js/
implementation ("com.github.omarmiatello.telegram:dataclass-js:5.2.1")
'com.github.omarmiatello.telegram:dataclass-js:pom:5.2.1'
<dependency org="com.github.omarmiatello.telegram" name="dataclass-js" rev="5.2.1">
<artifact name="dataclass-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.omarmiatello.telegram', module='dataclass-js', version='5.2.1')
)
libraryDependencies += "com.github.omarmiatello.telegram" % "dataclass-js" % "5.2.1"
[com.github.omarmiatello.telegram/dataclass-js "5.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.0 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.0 |
org.jetbrains.kotlinx : kotlinx-serialization-json-js | jar | 1.2.0 |