io.github.itliwei:corm-core

Java ORM Framework

License

License

Categories

Categories

ORM Data
GroupId

GroupId

io.github.itliwei
ArtifactId

ArtifactId

corm-core
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Java ORM Framework

Download corm-core

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework : spring-tx jar 4.2.4.RELEASE
org.mybatis : mybatis jar 3.2.7
com.google.guava : guava jar 18.0
org.apache.commons : commons-lang3 jar 3.4
commons-beanutils : commons-beanutils jar 1.9.2
org.slf4j : slf4j-api jar 1.7.13
org.slf4j : jcl-over-slf4j jar 1.7.13
ch.qos.logback : logback-classic jar 1.1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-RELEASE