is not current version
Last Version 0.2.0

com.github.rarnu:ktor 0.1.1

KtFunctional

GroupId

GroupId

com.github.rarnu
ArtifactId

ArtifactId

ktor
Version

Version

0.1.1
Type

Type

jar

Download ktor 0.1.1


<!-- https://jarcasting.com/artifacts/com.github.rarnu/ktor/ -->
<dependency>
    <groupId>com.github.rarnu</groupId>
    <artifactId>ktor</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rarnu/ktor/
implementation 'com.github.rarnu:ktor:0.1.1'
// https://jarcasting.com/artifacts/com.github.rarnu/ktor/
implementation ("com.github.rarnu:ktor:0.1.1")
'com.github.rarnu:ktor:jar:0.1.1'
<dependency org="com.github.rarnu" name="ktor" rev="0.1.1">
  <artifact name="ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rarnu', module='ktor', version='0.1.1')
)
libraryDependencies += "com.github.rarnu" % "ktor" % "0.1.1"
[com.github.rarnu/ktor "0.1.1"]