Categories |
CategoriesCLI User Interface Gson Data JSON |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-gson |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
ktor-client-gson-1.2.5.pom | |
ktor-client-gson-1.2.5.jar | 4 KB |
ktor-client-gson-1.2.5-sources.jar | 1 KB |
ktor-client-gson-1.2.5-kdoc.jar | 7 KB |
ktor-client-gson-1.2.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-gson/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-gson</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-gson/
implementation 'io.ktor:ktor-client-gson:1.2.5'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-gson/
implementation ("io.ktor:ktor-client-gson:1.2.5")
'io.ktor:ktor-client-gson:jar:1.2.5'
<dependency org="io.ktor" name="ktor-client-gson" rev="1.2.5">
<artifact name="ktor-client-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-gson', version='1.2.5')
)
libraryDependencies += "io.ktor" % "ktor-client-gson" % "1.2.5"
[io.ktor/ktor-client-gson "1.2.5"]