GroupId | GroupIdio.ktor |
---|---|
ArtifactId | ArtifactIdktor-events-mingwx64 |
Version | Version2.0.0-rc-1 |
Type | Typepom |
Filename | Size |
---|---|
ktor-events-mingwx64-2.0.0-rc-1.pom | |
ktor-events-mingwx64-2.0.0-rc-1-sources.jar | 1 KB |
ktor-events-mingwx64-2.0.0-rc-1-kdoc.jar | 261 bytes |
ktor-events-mingwx64-2.0.0-rc-1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-events-mingwx64/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-events-mingwx64</artifactId>
<version>2.0.0-rc-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-events-mingwx64/
implementation 'io.ktor:ktor-events-mingwx64:2.0.0-rc-1'
// https://jarcasting.com/artifacts/io.ktor/ktor-events-mingwx64/
implementation ("io.ktor:ktor-events-mingwx64:2.0.0-rc-1")
'io.ktor:ktor-events-mingwx64:pom:2.0.0-rc-1'
<dependency org="io.ktor" name="ktor-events-mingwx64" rev="2.0.0-rc-1">
<artifact name="ktor-events-mingwx64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-events-mingwx64', version='2.0.0-rc-1')
)
libraryDependencies += "io.ktor" % "ktor-events-mingwx64" % "2.0.0-rc-1"
[io.ktor/ktor-events-mingwx64 "2.0.0-rc-1"]