Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-http-js |
Version | Version1.6.6 |
Type | Typepom |
Filename | Size |
---|---|
ktor-http-js-1.6.6.pom | |
ktor-http-js-1.6.6-sources.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-http-js/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-http-js</artifactId>
<version>1.6.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-http-js/
implementation 'io.ktor:ktor-http-js:1.6.6'
// https://jarcasting.com/artifacts/io.ktor/ktor-http-js/
implementation ("io.ktor:ktor-http-js:1.6.6")
'io.ktor:ktor-http-js:pom:1.6.6'
<dependency org="io.ktor" name="ktor-http-js" rev="1.6.6">
<artifact name="ktor-http-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-http-js', version='1.6.6')
)
libraryDependencies += "io.ktor" % "ktor-http-js" % "1.6.6"
[io.ktor/ktor-http-js "1.6.6"]