License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcn.sylinx |
ArtifactId | ArtifactIdh-orm |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionhbatis-core
h-orm is a simple orm framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
h-orm-0.0.1.pom | |
h-orm-0.0.1.jar | 311 KB |
h-orm-0.0.1-sources.jar | 162 KB |
h-orm-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/h-orm/
implementation 'cn.sylinx:h-orm:0.0.1'
// https://jarcasting.com/artifacts/cn.sylinx/h-orm/
implementation ("cn.sylinx:h-orm:0.0.1")
'cn.sylinx:h-orm:jar:0.0.1'
<dependency org="cn.sylinx" name="h-orm" rev="0.0.1">
<artifact name="h-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='h-orm', version='0.0.1')
)
libraryDependencies += "cn.sylinx" % "h-orm" % "0.0.1"
[cn.sylinx/h-orm "0.0.1"]
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 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.2.6.RELEASE |
com.google.guava : guava | jar | 29.0-jre |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : druid | jar | 1.1.21 |
mysql : mysql-connector-java | jar | 8.0.27 |