is not current version
Last Version 2.0.1

com.github.subchen:jetbrick-ioc 2.0

IoC framework for jetbrick.

GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-ioc
Version

Version

2.0
Type

Type

jar

Download jetbrick-ioc 2.0


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