is not current version
Last Version 0.1.11

com.github.houbb:ioc 0.1.4

The ioc framework simulator from spring.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

ioc
Version

Version

0.1.4
Type

Type

jar

Download ioc 0.1.4


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