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