MVN

com.ivianuu.injekt : injekt-scope-metadata

Maven & Gradle

Mar 25, 2021
109 stars

Hierarchical runtime · Next gen DI for kotlin

<dependency>
    <groupId>com.ivianuu.injekt</groupId>
    <artifactId>injekt-scope-metadata</artifactId>
    <version>0.0.1-dev507</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ivianuu.injekt : injekt-scope-metadata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-dev507

All Versions

Choose a version of com.ivianuu.injekt : injekt-scope-metadata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
injekt-scope-metadata-0.0.1-dev507
injekt-scope-metadata-0.0.1-dev506

How to add a dependency to Maven

Add the following com.ivianuu.injekt : injekt-scope-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ivianuu.injekt</groupId>
    <artifactId>injekt-scope-metadata</artifactId>
    <version>0.0.1-dev507</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ivianuu.injekt : injekt-scope-metadata gradle dependency to your build.gradle file:

implementation 'com.ivianuu.injekt:injekt-scope-metadata:0.0.1-dev507'

Gradle Kotlin DSL: Add the following com.ivianuu.injekt : injekt-scope-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ivianuu.injekt:injekt-scope-metadata:0.0.1-dev507")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ivianuu.injekt : injekt-scope-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ivianuu.injekt" % "injekt-scope-metadata" % "0.0.1-dev507"

Advertisement