GroupId | GroupIdcom.github.rarnu |
---|---|
ArtifactId | ArtifactIdktor |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ktor-0.1.1.pom | |
ktor-0.1.1.jar | 47 KB |
ktor-0.1.1-sources.jar | 7 KB |
ktor-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]