MVN

uy.kohesive.injekt : injekt-example

Maven & Gradle

May 27, 2016

Injekt for Kotlin · Dependency injection library for Kotlin.

<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-example</artifactId>
    <version>2.0.0-ALPHA-03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-ALPHA-03
  • Latest Alpha: 2.0.0-ALPHA-03

All Versions

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

Version Vulnerabilities Updated
2.0.x
injekt-example-2.0.0-ALPHA-03
injekt-example-2.0.0-ALPHA-02
injekt-example-2.0.0-ALPHA-01

How to add a dependency to Maven

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

<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-example</artifactId>
    <version>2.0.0-ALPHA-03</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'uy.kohesive.injekt:injekt-example:2.0.0-ALPHA-03'

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

implementation("uy.kohesive.injekt:injekt-example:2.0.0-ALPHA-03")

How to add a dependency to SBT Scala

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

libraryDependencies += "uy.kohesive.injekt" % "injekt-example" % "2.0.0-ALPHA-03"