| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdio.github.itliwei | 
| ArtifactId | ArtifactIdcorm-core | 
| Version | Version1.0-RELEASE | 
| Type | Typejar | 
| Description | DescriptionJava ORM Framework | 
| Filename | Size | 
|---|---|
| corm-core-1.0-RELEASE.pom | |
| corm-core-1.0-RELEASE.jar | 42 KB | 
| corm-core-1.0-RELEASE-sources.jar | 22 KB | 
| corm-core-1.0-RELEASE-javadoc.jar | 197 KB | 
| Browse | 
<!-- 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"]| 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |