corm

Java ORM Framework

License

License

Categories

Categories

ORM Data
GroupId

GroupId

io.github.itliwei
ArtifactId

ArtifactId

corm
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

corm
Java ORM Framework

Download corm

Filename Size
corm-1.0-RELEASE.pom 11 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • corm-core
  • corm-generator
  • cmvc-core

Versions

Version
1.0-RELEASE