| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages CLI User Interface |
| GroupId | GroupIdio.ktor |
| ArtifactId | ArtifactIdktor-client-js |
| Version | Version1.6.2 |
| Type | Typepom |
| Description |
Descriptionktor-client-js
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ktor-client-js-1.6.2.pom | |
| ktor-client-js-1.6.2-sources.jar | 565 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-js/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-js</artifactId>
<version>1.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-js/
implementation 'io.ktor:ktor-client-js:1.6.2'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-js/
implementation ("io.ktor:ktor-client-js:1.6.2")
'io.ktor:ktor-client-js:pom:1.6.2'
<dependency org="io.ktor" name="ktor-client-js" rev="1.6.2">
<artifact name="ktor-client-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-js', version='1.6.2')
)
libraryDependencies += "io.ktor" % "ktor-client-js" % "1.6.2"
[io.ktor/ktor-client-js "1.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.20 |
| io.ktor : ktor-client-core-js | jar | 1.6.2 |