Simple Dependency Injector

Simple library for creating dependencies tree using Kotlin Serialization

License

License

Apache Software License 2.0
GroupId

GroupId

com.insanusmokrassar
ArtifactId

ArtifactId

sdi
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

pom
Description

Description

Simple Dependency Injector
Simple library for creating dependencies tree using Kotlin Serialization
Project URL

Project URL

https://git.insanusmokrassar.com/InsanusMokrassar/SDI
Source Code Management

Source Code Management

https://git.insanusmokrassar.com/InsanusMokrassar/SDI.git

Download sdi

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1