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