Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-starter-parent-custom |
Version | Version1.5.3.17 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starter-parent-custom-1.5.3.17.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-parent-custom/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-parent-custom</artifactId>
<version>1.5.3.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-parent-custom/
implementation 'com.github.spt-oss:spring-boot-starter-parent-custom:1.5.3.17'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-parent-custom/
implementation ("com.github.spt-oss:spring-boot-starter-parent-custom:1.5.3.17")
'com.github.spt-oss:spring-boot-starter-parent-custom:pom:1.5.3.17'
<dependency org="com.github.spt-oss" name="spring-boot-starter-parent-custom" rev="1.5.3.17">
<artifact name="spring-boot-starter-parent-custom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-starter-parent-custom', version='1.5.3.17')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-parent-custom" % "1.5.3.17"
[com.github.spt-oss/spring-boot-starter-parent-custom "1.5.3.17"]