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