License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.subchen |
ArtifactId | ArtifactIdjetbrick-orm |
Version | Version2.0 |
Type | Typejar |
Description |
Descriptionjetbrick-orm
Object-relational mapping framework for jetbrick
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jetbrick-orm-2.0.pom | |
jetbrick-orm-2.0.jar | 67 KB |
jetbrick-orm-2.0-sources.jar | 50 KB |
jetbrick-orm-2.0-javadoc.jar | 282 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.subchen : jetbrick-commons | jar | 2.0.1 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.7 |