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