| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcn.sylinx |
| ArtifactId | ArtifactIdh-orm |
| Last Version | Last Version0.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionh-orm
h-orm is a simple orm framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| h-orm-0.1.3.pom | |
| h-orm-0.1.3.jar | 311 KB |
| h-orm-0.1.3-sources.jar | 162 KB |
| h-orm-0.1.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.sylinx/h-orm/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>h-orm</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/h-orm/
implementation 'cn.sylinx:h-orm:0.1.3'
// https://jarcasting.com/artifacts/cn.sylinx/h-orm/
implementation ("cn.sylinx:h-orm:0.1.3")
'cn.sylinx:h-orm:jar:0.1.3'
<dependency org="cn.sylinx" name="h-orm" rev="0.1.3">
<artifact name="h-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='h-orm', version='0.1.3')
)
libraryDependencies += "cn.sylinx" % "h-orm" % "0.1.3"
[cn.sylinx/h-orm "0.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| ognl : ognl | jar | 3.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre |
| com.alibaba : druid | jar | 1.1.21 |
| com.zaxxer : HikariCP | jar | 3.4.2 |
| org.apache.tomcat : tomcat-jdbc | jar | 9.0.33 |
| com.jolbox : bonecp | jar | 0.8.0.RELEASE |
| com.mchange : c3p0 | jar | 0.9.5.5 |
| org.apache.commons : commons-dbcp2 | jar | 2.7.0 |
| commons-dbcp : commons-dbcp | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.27 |