License |
License |
---|---|
GroupId | GroupIdtech.codingzen |
ArtifactId | ArtifactIdkdi-http4k |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontech.codingzen:kdi-http4k
0 dependency kotlin dependency injection
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kdi-http4k-2.1.1.pom | |
kdi-http4k-2.1.1.jar | 125 KB |
kdi-http4k-2.1.1-sources.jar | 6 KB |
kdi-http4k-2.1.1-javadoc.jar | 616 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/ -->
<dependency>
<groupId>tech.codingzen</groupId>
<artifactId>kdi-http4k</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/
implementation 'tech.codingzen:kdi-http4k:2.1.1'
// https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/
implementation ("tech.codingzen:kdi-http4k:2.1.1")
'tech.codingzen:kdi-http4k:jar:2.1.1'
<dependency org="tech.codingzen" name="kdi-http4k" rev="2.1.1">
<artifact name="kdi-http4k" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.codingzen', module='kdi-http4k', version='2.1.1')
)
libraryDependencies += "tech.codingzen" % "kdi-http4k" % "2.1.1"
[tech.codingzen/kdi-http4k "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.10 |
tech.codingzen : kdi | jar | 2.1.0 |
org.http4k : http4k-core | jar | 4.19.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.http4k : http4k-server-undertow | jar | 4.19.1.0 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |
junit : junit | jar | 4.12 |