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