GroupId | GroupIdtech.codingzen |
---|---|
ArtifactId | ArtifactIdkdi-http4k |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
kdi-http4k-1.1.0.pom | |
kdi-http4k-1.1.0.jar | 79 KB |
kdi-http4k-1.1.0-sources.jar | 6 KB |
kdi-http4k-1.1.0-javadoc.jar | 616 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/ -->
<dependency>
<groupId>tech.codingzen</groupId>
<artifactId>kdi-http4k</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/
implementation 'tech.codingzen:kdi-http4k:1.1.0'
// https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/
implementation ("tech.codingzen:kdi-http4k:1.1.0")
'tech.codingzen:kdi-http4k:jar:1.1.0'
<dependency org="tech.codingzen" name="kdi-http4k" rev="1.1.0">
<artifact name="kdi-http4k" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.codingzen', module='kdi-http4k', version='1.1.0')
)
libraryDependencies += "tech.codingzen" % "kdi-http4k" % "1.1.0"
[tech.codingzen/kdi-http4k "1.1.0"]