is not current version
Last Version 2.1.1

tech.codingzen:kdi-http4k 2.1.0

0 dependency kotlin dependency injection

GroupId

GroupId

tech.codingzen
ArtifactId

ArtifactId

kdi-http4k
Version

Version

2.1.0
Type

Type

jar

Download kdi-http4k 2.1.0


<!-- https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/ -->
<dependency>
    <groupId>tech.codingzen</groupId>
    <artifactId>kdi-http4k</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/
implementation 'tech.codingzen:kdi-http4k:2.1.0'
// https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/
implementation ("tech.codingzen:kdi-http4k:2.1.0")
'tech.codingzen:kdi-http4k:jar:2.1.0'
<dependency org="tech.codingzen" name="kdi-http4k" rev="2.1.0">
  <artifact name="kdi-http4k" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.codingzen', module='kdi-http4k', version='2.1.0')
)
libraryDependencies += "tech.codingzen" % "kdi-http4k" % "2.1.0"
[tech.codingzen/kdi-http4k "2.1.0"]