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