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