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