Pure.IoC

Lightweight type and annotation based dependency injection framework

License

License

Categories

Categories

Net
GroupId

GroupId

net.cassite
ArtifactId

ArtifactId

pure.ioc
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Pure.IoC
Lightweight type and annotation based dependency injection framework
Project URL

Project URL

http://git.oschina.net/wkgcass/Pure.IoC
Source Code Management

Source Code Management

http://git.oschina.net/wkgcass/Pure.IoC

Download pure.ioc

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
net.cassite : style jar 2.0.1
org.slf4j : slf4j-api jar 1.7.12
cglib : cglib-nodep jar 2.2.2
org.springframework : spring-context Optional jar 4.2.3.RELEASE

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.2
0.3.1
0.2.2
0.2.1
0.1.3