Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.hb0730 |
ArtifactId | ArtifactIddbvc-spring-boot |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
dbvc-spring-boot-1.2.1.pom | |
dbvc-spring-boot-1.2.1.jar | 5 KB |
dbvc-spring-boot-1.2.1-sources.jar | 3 KB |
dbvc-spring-boot-1.2.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/dbvc-spring-boot/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>dbvc-spring-boot</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/dbvc-spring-boot/
implementation 'com.hb0730:dbvc-spring-boot:1.2.1'
// https://jarcasting.com/artifacts/com.hb0730/dbvc-spring-boot/
implementation ("com.hb0730:dbvc-spring-boot:1.2.1")
'com.hb0730:dbvc-spring-boot:jar:1.2.1'
<dependency org="com.hb0730" name="dbvc-spring-boot" rev="1.2.1">
<artifact name="dbvc-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='dbvc-spring-boot', version='1.2.1')
)
libraryDependencies += "com.hb0730" % "dbvc-spring-boot" % "1.2.1"
[com.hb0730/dbvc-spring-boot "1.2.1"]