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