Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.jeecgframework |
ArtifactId | ArtifactIdminidao-spring-boot-starter |
Version | Version1.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jeecgframework/minidao-spring-boot-starter/ -->
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>minidao-spring-boot-starter</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeecgframework/minidao-spring-boot-starter/
implementation 'org.jeecgframework:minidao-spring-boot-starter:1.7.1'
// https://jarcasting.com/artifacts/org.jeecgframework/minidao-spring-boot-starter/
implementation ("org.jeecgframework:minidao-spring-boot-starter:1.7.1")
'org.jeecgframework:minidao-spring-boot-starter:jar:1.7.1'
<dependency org="org.jeecgframework" name="minidao-spring-boot-starter" rev="1.7.1">
<artifact name="minidao-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeecgframework', module='minidao-spring-boot-starter', version='1.7.1')
)
libraryDependencies += "org.jeecgframework" % "minidao-spring-boot-starter" % "1.7.1"
[org.jeecgframework/minidao-spring-boot-starter "1.7.1"]