License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.datalking |
ArtifactId | ArtifactIdplay-ioc |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptionplay-ioc
simple ioc container with aop support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-ioc-0.0.3.pom | |
play-ioc-0.0.3.jar | 258 KB |
play-ioc-0.0.3-sources.jar | 167 KB |
play-ioc-0.0.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.datalking/play-ioc/ -->
<dependency>
<groupId>com.github.datalking</groupId>
<artifactId>play-ioc</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datalking/play-ioc/
implementation 'com.github.datalking:play-ioc:0.0.3'
// https://jarcasting.com/artifacts/com.github.datalking/play-ioc/
implementation ("com.github.datalking:play-ioc:0.0.3")
'com.github.datalking:play-ioc:jar:0.0.3'
<dependency org="com.github.datalking" name="play-ioc" rev="0.0.3">
<artifact name="play-ioc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datalking', module='play-ioc', version='0.0.3')
)
libraryDependencies += "com.github.datalking" % "play-ioc" % "0.0.3"
[com.github.datalking/play-ioc "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
aopalliance : aopalliance | jar | 1.0 |
org.aspectj : aspectjweaver | jar | 1.6.11 |
cglib : cglib-nodep | jar | 3.1 |
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 |