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