MVN

com.simplj.di : sdf

Maven & Gradle

Aug 08, 2023
1 usages
0 stars

com.simplj.di:sdf · [S]imple [D]ependency Injection [F]ramework

<dependency>
    <groupId>com.simplj.di</groupId>
    <artifactId>sdf</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.simplj.di : sdf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of com.simplj.di : sdf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
sdf-1.9
1.8.x
sdf-1.8.1
1.8
sdf-1.8
1.7
sdf-1.7
1.6
sdf-1.6
1.5
sdf-1.5
1.4
sdf-1.4
1.3
sdf-1.3
1.2
sdf-1.2
1.1
sdf-1.1
1.0
sdf-1.0
0.9
sdf-0.9
0.8
sdf-0.8
0.7
sdf-0.7
0.6
sdf-0.6
0.5
sdf-0.5
0.4
sdf-0.4
0.3
sdf-0.3
0.2
sdf-0.2
0.1
sdf-0.1

How to add a dependency to Maven

Add the following com.simplj.di : sdf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.simplj.di</groupId>
    <artifactId>sdf</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.simplj.di : sdf gradle dependency to your build.gradle file:

implementation 'com.simplj.di:sdf:1.9'

Gradle Kotlin DSL: Add the following com.simplj.di : sdf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.simplj.di:sdf:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.simplj.di : sdf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.simplj.di" % "sdf" % "1.9"

Advertisement