| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices ORM Data |
| GroupId | GroupIdcn.sylinx |
| ArtifactId | ArtifactIdhorm-spring-boot-starter |
| Last Version | Last Version0.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionh-orm
h-orm spring boot starter
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.sylinx/horm-spring-boot-starter/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>horm-spring-boot-starter</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/horm-spring-boot-starter/
implementation 'cn.sylinx:horm-spring-boot-starter:0.1.3'
// https://jarcasting.com/artifacts/cn.sylinx/horm-spring-boot-starter/
implementation ("cn.sylinx:horm-spring-boot-starter:0.1.3")
'cn.sylinx:horm-spring-boot-starter:jar:0.1.3'
<dependency org="cn.sylinx" name="horm-spring-boot-starter" rev="0.1.3">
<artifact name="horm-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='horm-spring-boot-starter', version='0.1.3')
)
libraryDependencies += "cn.sylinx" % "horm-spring-boot-starter" % "0.1.3"
[cn.sylinx/horm-spring-boot-starter "0.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| cn.sylinx : h-orm | jar | 0.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.6.RELEASE |