Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sdp-tech-nj |
ArtifactId | ArtifactIdsdp-spring-boot-starter-parent |
Version | Version2.4.5 |
Type | Typepom |
Filename | Size |
---|---|
sdp-spring-boot-starter-parent-2.4.5.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.4.5</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.4.5'
// 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.4.5")
'com.github.sdp-tech-nj:sdp-spring-boot-starter-parent:pom:2.4.5'
<dependency org="com.github.sdp-tech-nj" name="sdp-spring-boot-starter-parent" rev="2.4.5">
<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.4.5')
)
libraryDependencies += "com.github.sdp-tech-nj" % "sdp-spring-boot-starter-parent" % "2.4.5"
[com.github.sdp-tech-nj/sdp-spring-boot-starter-parent "2.4.5"]