License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.hb0730 |
ArtifactId | ArtifactIddbvc-spring-boot |
Version | Version1.2.2 |
Type | Typejar |
Description |
Descriptiondbvc-spring-boot
database version controller
|
Project URL |
Project URL |
Filename | Size |
---|---|
dbvc-spring-boot-1.2.2.pom | |
dbvc-spring-boot-1.2.2.jar | 5 KB |
dbvc-spring-boot-1.2.2-sources.jar | 2 KB |
dbvc-spring-boot-1.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/dbvc-spring-boot/
implementation 'com.hb0730:dbvc-spring-boot:1.2.2'
// https://jarcasting.com/artifacts/com.hb0730/dbvc-spring-boot/
implementation ("com.hb0730:dbvc-spring-boot:1.2.2")
'com.hb0730:dbvc-spring-boot:jar:1.2.2'
<dependency org="com.hb0730" name="dbvc-spring-boot" rev="1.2.2">
<artifact name="dbvc-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='dbvc-spring-boot', version='1.2.2')
)
libraryDependencies += "com.hb0730" % "dbvc-spring-boot" % "1.2.2"
[com.hb0730/dbvc-spring-boot "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.0.5.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.5.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.1 |
com.hb0730 : dbvc | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.5.RELEASE |