GroupId | GroupIdio.github.rybalkinsd |
---|---|
ArtifactId | ArtifactIdkohttp |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
kohttp-0.0.4.pom | |
kohttp-0.0.4.jar | 31 KB |
kohttp-0.0.4-sources.jar | 5 KB |
kohttp-0.0.4-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/ -->
<dependency>
<groupId>io.github.rybalkinsd</groupId>
<artifactId>kohttp</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/
implementation 'io.github.rybalkinsd:kohttp:0.0.4'
// https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/
implementation ("io.github.rybalkinsd:kohttp:0.0.4")
'io.github.rybalkinsd:kohttp:jar:0.0.4'
<dependency org="io.github.rybalkinsd" name="kohttp" rev="0.0.4">
<artifact name="kohttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rybalkinsd', module='kohttp', version='0.0.4')
)
libraryDependencies += "io.github.rybalkinsd" % "kohttp" % "0.0.4"
[io.github.rybalkinsd/kohttp "0.0.4"]