License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-events-js |
Version | Version2.0.0 |
Type | Typepom |
Description |
Descriptionktor-events
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-events-js-2.0.0.pom | |
ktor-events-js-2.0.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-events-js/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-events-js</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-events-js/
implementation 'io.ktor:ktor-events-js:2.0.0'
// https://jarcasting.com/artifacts/io.ktor/ktor-events-js/
implementation ("io.ktor:ktor-events-js:2.0.0")
'io.ktor:ktor-events-js:pom:2.0.0'
<dependency org="io.ktor" name="ktor-events-js" rev="2.0.0">
<artifact name="ktor-events-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-events-js', version='2.0.0')
)
libraryDependencies += "io.ktor" % "ktor-events-js" % "2.0.0"
[io.ktor/ktor-events-js "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.20 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.6.0 |
io.ktor : ktor-http-js | jar | 2.0.0 |
io.ktor : ktor-utils-js | jar | 2.0.0 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |