License |
License |
---|---|
GroupId | GroupIdcom.kalynx |
ArtifactId | ArtifactIdlwdi |
Version | Version0.9 |
Type | Typejar |
Description |
DescriptionLight Weight Dependency Injection
A very simple, light weight dependency injection system with no other dependencies.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lwdi-0.9.pom | |
lwdi-0.9-sources.jar | 4 KB |
lwdi-0.9-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kalynx/lwdi/ -->
<dependency>
<groupId>com.kalynx</groupId>
<artifactId>lwdi</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.kalynx/lwdi/
implementation 'com.kalynx:lwdi:0.9'
// https://jarcasting.com/artifacts/com.kalynx/lwdi/
implementation ("com.kalynx:lwdi:0.9")
'com.kalynx:lwdi:jar:0.9'
<dependency org="com.kalynx" name="lwdi" rev="0.9">
<artifact name="lwdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kalynx', module='lwdi', version='0.9')
)
libraryDependencies += "com.kalynx" % "lwdi" % "0.9"
[com.kalynx/lwdi "0.9"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |