License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.fartherp |
ArtifactId | ArtifactIddbtest-spring-boot |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondbtest
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dbtest-spring-boot-1.0.5.pom | |
dbtest-spring-boot-1.0.5.jar | 9 KB |
dbtest-spring-boot-1.0.5-sources.jar | 10 KB |
dbtest-spring-boot-1.0.5-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/dbtest-spring-boot/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>dbtest-spring-boot</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/dbtest-spring-boot/
implementation 'com.github.fartherp:dbtest-spring-boot:1.0.5'
// https://jarcasting.com/artifacts/com.github.fartherp/dbtest-spring-boot/
implementation ("com.github.fartherp:dbtest-spring-boot:1.0.5")
'com.github.fartherp:dbtest-spring-boot:jar:1.0.5'
<dependency org="com.github.fartherp" name="dbtest-spring-boot" rev="1.0.5">
<artifact name="dbtest-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='dbtest-spring-boot', version='1.0.5')
)
libraryDependencies += "com.github.fartherp" % "dbtest-spring-boot" % "1.0.5"
[com.github.fartherp/dbtest-spring-boot "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-test-autoconfigure | jar | |
org.springframework : spring-test | jar | 5.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
com.github.fartherp : dbtest-spring | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.40 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.mybatis.spring.boot : mybatis-spring-boot-starter Optional | jar | 1.3.2 |