jetbrick-orm

Object-relational mapping framework for jetbrick

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-orm
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jetbrick-orm
Object-relational mapping 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-orm.git

Download jetbrick-orm

How to add to project

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

Dependencies

compile (2)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.slf4j : slf4j-simple jar 1.7.7

Project Modules

There are no modules declared in this project.

QQ Group Maven Build Status JDK License

jetbrick-orm

Object-relational mapping framework for jetbrick.

Documentation

http://subchen.github.io/

Dependency

<dependency>
    <groupId>com.github.subchen</groupId>
    <artifactId>jetbrick-orm</artifactId>
    <version>2.0</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.0.5
1.0.4
1.0.3
1.0.2
1.0.1