License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.datalking |
ArtifactId | ArtifactIdplay-ioc-lite |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionplay-ioc-lite
simple ioc container for java beans.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-ioc-lite-0.1.1.pom | |
play-ioc-lite-0.1.1.jar | 77 KB |
play-ioc-lite-0.1.1-sources.jar | 59 KB |
play-ioc-lite-0.1.1-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datalking/play-ioc-lite/ -->
<dependency>
<groupId>com.github.datalking</groupId>
<artifactId>play-ioc-lite</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datalking/play-ioc-lite/
implementation 'com.github.datalking:play-ioc-lite:0.1.1'
// https://jarcasting.com/artifacts/com.github.datalking/play-ioc-lite/
implementation ("com.github.datalking:play-ioc-lite:0.1.1")
'com.github.datalking:play-ioc-lite:jar:0.1.1'
<dependency org="com.github.datalking" name="play-ioc-lite" rev="0.1.1">
<artifact name="play-ioc-lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datalking', module='play-ioc-lite', version='0.1.1')
)
libraryDependencies += "com.github.datalking" % "play-ioc-lite" % "0.1.1"
[com.github.datalking/play-ioc-lite "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |