Simple Dependency Injection

Simple Dependency Injection for Java

License

License

Categories

Categories

Net
GroupId

GroupId

net.igsoft
ArtifactId

ArtifactId

sdi
Last Version

Last Version

0.9.3
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Dependency Injection
Simple Dependency Injection for Java
Project URL

Project URL

https://github.com/aartiPl/sdi/tree/master
Source Code Management

Source Code Management

https://github.com/aartiPl/sdi/tree/master

Download sdi

How to add to project

<!-- https://jarcasting.com/artifacts/net.igsoft/sdi/ -->
<dependency>
    <groupId>net.igsoft</groupId>
    <artifactId>sdi</artifactId>
    <version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.igsoft/sdi/
implementation 'net.igsoft:sdi:0.9.3'
// https://jarcasting.com/artifacts/net.igsoft/sdi/
implementation ("net.igsoft:sdi:0.9.3")
'net.igsoft:sdi:jar:0.9.3'
<dependency org="net.igsoft" name="sdi" rev="0.9.3">
  <artifact name="sdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.igsoft', module='sdi', version='0.9.3')
)
libraryDependencies += "net.igsoft" % "sdi" % "0.9.3"
[net.igsoft/sdi "0.9.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.0

runtime (2)

Group / Artifact Type Version
com.google.guava : guava jar 31.0.1-jre
ch.qos.logback : logback-classic jar 1.2.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.3
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0