Download kodein-3.0.0-beta5.jar file - Jar k

Jar examples for k:kodein

Description

Kotlin Dependency Injection

You can download jar file kodein 3.0.0-beta5 in this page.

License

MIT

Build File

You can use the following script to add kodein-3.0.0-beta5.jar to your project.

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

Download

Click the following link to download the jar file.

kodein-3.0.0-beta5-javadoc.jar
kodein-3.0.0-beta5-sources.jar
kodein-3.0.0-beta5.jar
kodein-3.0.0-beta5.pom



Related Tutorials