Categories |
CategoriesCLI User Interface Gson Data JSON |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-gson |
Version | Version1.3.0-rc2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-gson/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-gson</artifactId>
<version>1.3.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-gson/
implementation 'io.ktor:ktor-client-gson:1.3.0-rc2'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-gson/
implementation ("io.ktor:ktor-client-gson:1.3.0-rc2")
'io.ktor:ktor-client-gson:jar:1.3.0-rc2'
<dependency org="io.ktor" name="ktor-client-gson" rev="1.3.0-rc2">
<artifact name="ktor-client-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-gson', version='1.3.0-rc2')
)
libraryDependencies += "io.ktor" % "ktor-client-gson" % "1.3.0-rc2"
[io.ktor/ktor-client-gson "1.3.0-rc2"]