Download kodein-core-4.0.0-beta2.jar file - Jar k

Jar examples for k:kodein-core

Description

Kotlin Dependency Injection Core

You can download jar file kodein-core 4.0.0-beta2 in this page.

License

MIT

Build File

You can use the following script to add kodein-core-4.0.0-beta2.jar to your project.

<dependency>
   <groupId>com.github.salomonbrys.kodein</groupId>
   <artifactId>kodein-core</artifactId>
   <version>4.0.0-beta2</version>
</dependency>
compile group: 'com.github.salomonbrys.kodein', name: 'kodein-core', version: '4.0.0-beta2'
libraryDependencies += "com.github.salomonbrys.kodein" % "kodein-core" % "4.0.0-beta2"
<dependency org="com.github.salomonbrys.kodein" name="kodein-core" rev="4.0.0-beta2"/>
@Grapes(@Grab(group='com.github.salomonbrys.kodein', module='kodein-core', version='4.0.0-beta2'))
'com.github.salomonbrys.kodein:kodein-core:jar:4.0.0-beta2'

Download

Click the following link to download the jar file.

kodein-core-4.0.0-beta2-javadoc.jar
kodein-core-4.0.0-beta2-sources.jar
kodein-core-4.0.0-beta2.jar
kodein-core-4.0.0-beta2.pom



Related Tutorials