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