https://github.com/subchen/jetbrick-ioc
IoC framwork for jetbrick
https://github.com/subchen/jetbrick-ioc
Last synced: 5 months ago
JSON representation
IoC framwork for jetbrick
- Host: GitHub
- URL: https://github.com/subchen/jetbrick-ioc
- Owner: subchen
- License: other
- Created: 2014-09-06T08:43:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T08:30:49.000Z (over 11 years ago)
- Last Synced: 2023-07-26T22:08:53.868Z (almost 3 years ago)
- Language: Java
- Homepage: http://subchen.github.io/jetbrick-ioc/
- Size: 252 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](http://shang.qq.com/wpa/qunwpa?idkey=c81a8f922d2b00422761558c4c547a4c4af778edcb0a70c99aadf9e33d80cb11)
[](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jetbrick-ioc%22)
[](https://travis-ci.org/subchen/jetbrick-ioc)
[](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
[](http://www.apache.org/licenses/LICENSE-2.0)
jetbrick-ioc
==================
This is an IoC framework for jetbrick.
Documentation
---------------------------
http://subchen.github.io/jetbrick-ioc/
Dependency
---------------------------
```xml
com.github.subchen
jetbrick-ioc
2.0.1
com.github.subchen
jetbrick-ioc-spring
2.0.1
```
Downloads
---------------------------
* Binaries
- [jetbrick-ioc-2.0.1.jar][1]
- [jetbrick-ioc-2.0.1-sources.jar][2]
- [jetbrick-ioc-2.0.1-javadoc.jar][3]
- [jetbrick-ioc-spring-2.0.1.jar][4]
- [jetbrick-ioc-spring-2.0.1-sources.jar][5]
* Dependencies
- [jetbrick-commons-2.0.1.jar][11]
- [slf4j-api-1.7.7.jar][12]
[1]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-ioc/2.0.1/jetbrick-ioc-2.0.1.jar
[2]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-ioc/2.0.1/jetbrick-ioc-2.0.1-sources.jar
[3]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-ioc/2.0.1/jetbrick-ioc-2.0.1-javadoc.jar
[4]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-ioc-spring/2.0.1/jetbrick-ioc-spring-2.0.1.jar
[5]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-ioc-spring/2.0.1/jetbrick-ioc-spring-2.0.1-sources.jar
[11]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.0.1/jetbrick-commons-2.0.1.jar
[12]: http://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
License
---------------------------
```
Copyright 2013-2014 Guoqiang Chen, Shanghai, China. All rights reserved.
Author: Guoqiang Chen
Email: subchen@gmail.com
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.
```