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