Categories |
CategoriesSpring Boot Container Microservices ORM Data |
---|---|
GroupId | GroupIdcn.sylinx |
ArtifactId | ArtifactIdhorm-spring-boot-starter |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.sylinx/horm-spring-boot-starter/ -->
<dependency>
<groupId>cn.sylinx</groupId>
<artifactId>horm-spring-boot-starter</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sylinx/horm-spring-boot-starter/
implementation 'cn.sylinx:horm-spring-boot-starter:0.1.1'
// https://jarcasting.com/artifacts/cn.sylinx/horm-spring-boot-starter/
implementation ("cn.sylinx:horm-spring-boot-starter:0.1.1")
'cn.sylinx:horm-spring-boot-starter:jar:0.1.1'
<dependency org="cn.sylinx" name="horm-spring-boot-starter" rev="0.1.1">
<artifact name="horm-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sylinx', module='horm-spring-boot-starter', version='0.1.1')
)
libraryDependencies += "cn.sylinx" % "horm-spring-boot-starter" % "0.1.1"
[cn.sylinx/horm-spring-boot-starter "0.1.1"]