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