MVN

com.moriatsushi.koject : koject-core

Maven & Gradle

Mar 24, 2023
119 stars

Koject · DI Container library for Kotlin Multiplatform

<dependency>
    <groupId>com.moriatsushi.koject</groupId>
    <artifactId>koject-core</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moriatsushi.koject : koject-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Beta: 1.3.0-beta02
  • Latest Alpha: 1.3.0-alpha03

All Versions

Choose a version of com.moriatsushi.koject : koject-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
koject-core-1.3.0
koject-core-1.3.0-beta02
koject-core-1.3.0-beta01
koject-core-1.3.0-alpha03
koject-core-1.3.0-alpha02
koject-core-1.3.0-alpha01
1.2.x
koject-core-1.2.0
koject-core-1.2.0-beta01
koject-core-1.2.0-alpha04
koject-core-1.2.0-alpha03
koject-core-1.2.0-alpha02
koject-core-1.2.0-alpha01
1.1.x
koject-core-1.1.0
koject-core-1.1.0-beta02
koject-core-1.1.0-beta01
koject-core-1.1.0-alpha03
koject-core-1.1.0-alpha02
koject-core-1.1.0-alpha01
1.0.x
koject-core-1.0.0
koject-core-1.0.0-beta03
koject-core-1.0.0-beta02
koject-core-1.0.0-beta01
koject-core-1.0.0-alpha06
koject-core-1.0.0-alpha05
koject-core-1.0.0-alpha04
koject-core-1.0.0-alpha03
koject-core-1.0.0-alpha02
koject-core-1.0.0-alpha01

How to add a dependency to Maven

Add the following com.moriatsushi.koject : koject-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moriatsushi.koject</groupId>
    <artifactId>koject-core</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moriatsushi.koject : koject-core gradle dependency to your build.gradle file:

implementation 'com.moriatsushi.koject:koject-core:1.3.0'

Gradle Kotlin DSL: Add the following com.moriatsushi.koject : koject-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moriatsushi.koject:koject-core:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moriatsushi.koject : koject-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moriatsushi.koject" % "koject-core" % "1.3.0"