MVN

uy.kohesive.injekt : injekt-core

Maven & Gradle

May 27, 2016
13 usages
231 stars

Injekt for Kotlin · Dependency injection library for Kotlin.

<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-core</artifactId>
    <version>1.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uy.kohesive.injekt : injekt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16.1
  • Latest Release Candidate: 1.12.0-RC-1036
  • Latest Alpha: 2.0.0-ALPHA-03

All Versions

Choose a version of uy.kohesive.injekt : injekt-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • injekt-core-1.16.1

    May 27, 2016
  • injekt-core-2.0.0-ALPHA-03

    May 27, 2016
  • injekt-core-2.0.0-ALPHA-02

    May 11, 2016
  • injekt-core-2.0.0-ALPHA-01

    May 11, 2016
  • injekt-core-1.16.0

    May 09, 2016
  • injekt-core-1.14.1

    Feb 26, 2016
  • injekt-core-1.14.0

    Feb 15, 2016
  • injekt-core-1.12.0-RC-1036

    Feb 04, 2016
  • injekt-core-1.11

    Jan 20, 2016
  • injekt-core-1.10.1

    Dec 30, 2015
  • injekt-core-1.10.0

    Dec 22, 2015
  • injekt-core-1.9.0

    Dec 21, 2015
  • injekt-core-1.8.4

    Dec 07, 2015
  • injekt-core-1.8.3

    Nov 16, 2015
  • injekt-core-1.8.2

    Nov 16, 2015
  • injekt-core-1.8.1

    Nov 09, 2015
  • injekt-core-1.8.0

    Oct 21, 2015
  • injekt-core-1.7.1

    Oct 06, 2015
  • injekt-core-1.7.0

    Oct 01, 2015
  • injekt-core-1.6.1

    Sep 18, 2015
  • injekt-core-1.6.0

    Sep 18, 2015
  • injekt-core-1.5.0

    Sep 16, 2015
  • injekt-core-1.4.1

    Sep 06, 2015
  • injekt-core-1.4.0

    Sep 03, 2015
  • injekt-core-1.3.2

    Aug 24, 2015
  • injekt-core-1.3.1

    Aug 24, 2015
  • injekt-core-1.3.0

    Aug 21, 2015
  • injekt-core-1.2.0

    Aug 11, 2015
  • injekt-core-1.1.1

    Aug 11, 2015
  • injekt-core-1.1.0

    Aug 09, 2015
  • injekt-core-1.0.0

    Aug 04, 2015

How to add a dependency to Maven

Add the following uy.kohesive.injekt : injekt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-core</artifactId>
    <version>1.16.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uy.kohesive.injekt : injekt-core gradle dependency to your build.gradle file:

implementation 'uy.kohesive.injekt:injekt-core:1.16.1'

Gradle Kotlin DSL: Add the following uy.kohesive.injekt : injekt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("uy.kohesive.injekt:injekt-core:1.16.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following uy.kohesive.injekt : injekt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "uy.kohesive.injekt" % "injekt-core" % "1.16.1"