License |
License |
---|---|
GroupId | GroupIdtech.codingzen |
ArtifactId | ArtifactIdkdi-http4k |
Version | Version1.0.0 |
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-1.0.0.pom | |
kdi-http4k-1.0.0.jar | 30 KB |
kdi-http4k-1.0.0-sources.jar | 4 KB |
kdi-http4k-1.0.0-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/ -->
<dependency>
<groupId>tech.codingzen</groupId>
<artifactId>kdi-http4k</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/
implementation 'tech.codingzen:kdi-http4k:1.0.0'
// https://jarcasting.com/artifacts/tech.codingzen/kdi-http4k/
implementation ("tech.codingzen:kdi-http4k:1.0.0")
'tech.codingzen:kdi-http4k:jar:1.0.0'
<dependency org="tech.codingzen" name="kdi-http4k" rev="1.0.0">
<artifact name="kdi-http4k" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.codingzen', module='kdi-http4k', version='1.0.0')
)
libraryDependencies += "tech.codingzen" % "kdi-http4k" % "1.0.0"
[tech.codingzen/kdi-http4k "1.0.0"]
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 | 1.3.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 |