| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdio.github.itliwei | 
| ArtifactId | ArtifactIdcorm | 
| Version | Version1.0-RELEASE | 
| Type | Typepom | 
| Description | Descriptioncorm Java ORM Framework | 
| Filename | Size | 
|---|---|
| corm-1.0-RELEASE.pom | 11 KB | 
| Browse | 
<!-- 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"]