MVN

dev.inmo : sdi

Maven & Gradle

Nov 12, 2021

Simple Dependency Injector · Simple library for creating dependencies tree using Kotlin Serialization

<dependency>
    <groupId>dev.inmo</groupId>
    <artifactId>sdi</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.inmo : sdi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0
  • Latest Release Candidate: 0.4.0-rc2

All Versions

Choose a version of dev.inmo : sdi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
sdi-0.6.0
0.5.x
sdi-0.5.0
0.4.x
sdi-0.4.1
sdi-0.4.0
sdi-0.4.0-rc2

How to add a dependency to Maven

Add the following dev.inmo : sdi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.inmo</groupId>
    <artifactId>sdi</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.inmo : sdi gradle dependency to your build.gradle file:

implementation 'dev.inmo:sdi:0.6.0'

Gradle Kotlin DSL: Add the following dev.inmo : sdi gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.inmo:sdi:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.inmo : sdi sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.inmo" % "sdi" % "0.6.0"

Advertisement

Dependencies from Group

Aug 24, 2023
8 usages
28 stars
Aug 24, 2023
8 usages
28 stars
Aug 24, 2023
7 usages
28 stars
Aug 24, 2023
7 usages
28 stars
Aug 24, 2023
6 usages
28 stars

Discover Dependencies

Nov 12, 2021
38 stars
Nov 28, 2021
1 usages
4.2k stars
Nov 28, 2021
1 usages
4.2k stars
Nov 28, 2021
2 usages
4.2k stars
Nov 19, 2022
0 stars