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