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