§下载 Downloads
§1. Maven 依赖 pom.xml
Release 版本已发布到 Maven 中央库: http://central.maven.org/maven2/com/github/subchen/
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-orm</artifactId>
<version>2.0</version>
</dependency>
如果你需要使用 Snapshot 版本,那么需要你可以选择:
- 下载: https://oss.sonatype.org/content/repositories/snapshots/com/github/subchen/
- pom.xml 中加入下面的代码
<repositories>
<repository>
<id>oss-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
§2. 最新版本 Latest Version
§3. 第三方依赖包 Dependences
§4. 更新历史 Release Notes
§5. 开源许可 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.