jetbrick-ioc

IoC framework for jetbrick.

License

License

GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-ioc
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

jetbrick-ioc
IoC framework for jetbrick.
Project URL

Project URL

http://subchen.github.io/jetbrick
Project Organization

Project Organization

jetbrick
Source Code Management

Source Code Management

https://github.com/subchen/jetbrick-ioc.git

Download jetbrick-ioc

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.subchen : jetbrick-commons jar 2.0.1
org.slf4j : slf4j-api jar 1.7.7

Project Modules

There are no modules declared in this project.

QQ Group Maven Build Status JDK License

jetbrick-ioc

This is an IoC framework for jetbrick.

Documentation

http://subchen.github.io/jetbrick-ioc/

Dependency

<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-ioc</artifactId>
    <version>2.0.1</version>
</dependency>

<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-ioc-spring</artifactId>
    <version>2.0.1</version>
</dependency>

Downloads

License

Copyright 2013-2014 Guoqiang Chen, Shanghai, China. All rights reserved.

  Author: Guoqiang Chen
   Email: [email protected]
  WebURL: https://github.com/subchen

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
2.0.1
2.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0