jorm

JORM is a lightweight JDBC-based ORM tool. Different from Mybatis and Hibernate, JORM encourages developers to directly use SQL to operate data, JORM will handle the other boring works automatically.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

io.github.rocketk
ArtifactId

ArtifactId

jorm
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

jorm
JORM is a lightweight JDBC-based ORM tool. Different from Mybatis and Hibernate, JORM encourages developers to directly use SQL to operate data, JORM will handle the other boring works automatically.
Project URL

Project URL

https://github.com/rocketk/jorm
Source Code Management

Source Code Management

https://github.com/rocketk/jorm

Download jorm

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36
com.fasterxml.jackson.core : jackson-core jar 2.13.2
com.fasterxml.jackson.core : jackson-databind jar 2.13.2.2
com.google.code.gson : gson Optional jar 2.8.9
com.alibaba : fastjson Optional jar 1.2.83
com.google.guava : guava jar 31.1-jre
org.apache.commons : commons-lang3 jar 3.12.0

test (11)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.1
org.slf4j : log4j-over-slf4j jar 1.7.36
org.slf4j : jcl-over-slf4j jar 1.7.36
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.2
org.apache.logging.log4j : log4j-api jar 2.17.2
org.apache.logging.log4j : log4j-core jar 2.17.2
com.alibaba : druid jar 1.2.9
com.zaxxer : HikariCP jar 4.0.3
org.hsqldb : hsqldb jar 2.5.2
org.apache.derby : derby jar 10.14.2.0
mysql : mysql-connector-java jar 8.0.28

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0