GroupId | GroupIdcom.github.rarnu |
---|---|
ArtifactId | ArtifactIdktor |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ktor-0.1.0.pom | |
ktor-0.1.0.jar | 35 KB |
ktor-0.1.0-sources.jar | 6 KB |
ktor-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rarnu/ktor/
implementation 'com.github.rarnu:ktor:0.1.0'
// https://jarcasting.com/artifacts/com.github.rarnu/ktor/
implementation ("com.github.rarnu:ktor:0.1.0")
'com.github.rarnu:ktor:jar:0.1.0'
<dependency org="com.github.rarnu" name="ktor" rev="0.1.0">
<artifact name="ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rarnu', module='ktor', version='0.1.0')
)
libraryDependencies += "com.github.rarnu" % "ktor" % "0.1.0"
[com.github.rarnu/ktor "0.1.0"]