License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcn.sylinx |
ArtifactId | ArtifactIdh-orm |
Version | Version0.0.5 |
Type | Typejar |
Description |
Descriptionh-orm
h-orm is a simple orm framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
h-orm-0.0.5.pom | |
h-orm-0.0.5.jar | 426 KB |
h-orm-0.0.5-sources.jar | 227 KB |
h-orm-0.0.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sylinx/h-orm/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>h-orm</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/h-orm/
implementation 'cn.sylinx:h-orm:0.0.5'
// https://jarcasting.com/artifacts/cn.sylinx/h-orm/
implementation ("cn.sylinx:h-orm:0.0.5")
'cn.sylinx:h-orm:jar:0.0.5'
<dependency org="cn.sylinx" name="h-orm" rev="0.0.5">
<artifact name="h-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='h-orm', version='0.0.5')
)
libraryDependencies += "cn.sylinx" % "h-orm" % "0.0.5"
[cn.sylinx/h-orm "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
ognl : ognl | jar | 3.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.6.RELEASE |
com.google.guava : guava | jar | 29.0-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.2 |
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 |