Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sdp-tech-nj |
ArtifactId | ArtifactIdsdp-spring-boot-starter-parent |
Version | Version2.3.12 |
Type | Typepom |
Filename | Size |
---|---|
sdp-spring-boot-starter-parent-2.3.12.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sdp-tech-nj/sdp-spring-boot-starter-parent/ -->
<dependency>
<groupId>com.github.sdp-tech-nj</groupId>
<artifactId>sdp-spring-boot-starter-parent</artifactId>
<version>2.3.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdp-tech-nj/sdp-spring-boot-starter-parent/
implementation 'com.github.sdp-tech-nj:sdp-spring-boot-starter-parent:2.3.12'
// https://jarcasting.com/artifacts/com.github.sdp-tech-nj/sdp-spring-boot-starter-parent/
implementation ("com.github.sdp-tech-nj:sdp-spring-boot-starter-parent:2.3.12")
'com.github.sdp-tech-nj:sdp-spring-boot-starter-parent:pom:2.3.12'
<dependency org="com.github.sdp-tech-nj" name="sdp-spring-boot-starter-parent" rev="2.3.12">
<artifact name="sdp-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sdp-tech-nj', module='sdp-spring-boot-starter-parent', version='2.3.12')
)
libraryDependencies += "com.github.sdp-tech-nj" % "sdp-spring-boot-starter-parent" % "2.3.12"
[com.github.sdp-tech-nj/sdp-spring-boot-starter-parent "2.3.12"]