| License |
License |
|---|---|
| GroupId | GroupIdio.github.tree4free |
| ArtifactId | ArtifactIdchotlin-di |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChotlin DI
A dependency injection framework for kotlin
|
| Filename | Size |
|---|---|
| chotlin-di-1.0.1.pom | |
| chotlin-di-1.0.1.jar | 15 KB |
| chotlin-di-1.0.1-sources.jar | 2 KB |
| chotlin-di-1.0.1-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.tree4free/chotlin-di/ -->
<dependency>
<groupId>io.github.tree4free</groupId>
<artifactId>chotlin-di</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tree4free/chotlin-di/
implementation 'io.github.tree4free:chotlin-di:1.0.1'
// https://jarcasting.com/artifacts/io.github.tree4free/chotlin-di/
implementation ("io.github.tree4free:chotlin-di:1.0.1")
'io.github.tree4free:chotlin-di:jar:1.0.1'
<dependency org="io.github.tree4free" name="chotlin-di" rev="1.0.1">
<artifact name="chotlin-di" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tree4free', module='chotlin-di', version='1.0.1')
)
libraryDependencies += "io.github.tree4free" % "chotlin-di" % "1.0.1"
[io.github.tree4free/chotlin-di "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.21 |
| org.junit.jupiter : junit-jupiter-api | jar | RELEASE |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
| org.assertj : assertj-core | jar | 3.11.1 |