Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.binarylei |
ArtifactId | ArtifactIdspring-boot-test-starters |
Version | Version0.1.1-alpha2 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-test-starters-0.1.1-alpha2.pom | 660 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.binarylei/spring-boot-test-starters/ -->
<dependency>
<groupId>com.github.binarylei</groupId>
<artifactId>spring-boot-test-starters</artifactId>
<version>0.1.1-alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.binarylei/spring-boot-test-starters/
implementation 'com.github.binarylei:spring-boot-test-starters:0.1.1-alpha2'
// https://jarcasting.com/artifacts/com.github.binarylei/spring-boot-test-starters/
implementation ("com.github.binarylei:spring-boot-test-starters:0.1.1-alpha2")
'com.github.binarylei:spring-boot-test-starters:pom:0.1.1-alpha2'
<dependency org="com.github.binarylei" name="spring-boot-test-starters" rev="0.1.1-alpha2">
<artifact name="spring-boot-test-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.binarylei', module='spring-boot-test-starters', version='0.1.1-alpha2')
)
libraryDependencies += "com.github.binarylei" % "spring-boot-test-starters" % "0.1.1-alpha2"
[com.github.binarylei/spring-boot-test-starters "0.1.1-alpha2"]