Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.gitee.sohnny |
ArtifactId | ArtifactIdsojpt-boot-spring-boot-starter |
Version | Version2.5.2-3.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.sohnny/sojpt-boot-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.sohnny</groupId>
<artifactId>sojpt-boot-spring-boot-starter</artifactId>
<version>2.5.2-3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sohnny/sojpt-boot-spring-boot-starter/
implementation 'com.gitee.sohnny:sojpt-boot-spring-boot-starter:2.5.2-3.8'
// https://jarcasting.com/artifacts/com.gitee.sohnny/sojpt-boot-spring-boot-starter/
implementation ("com.gitee.sohnny:sojpt-boot-spring-boot-starter:2.5.2-3.8")
'com.gitee.sohnny:sojpt-boot-spring-boot-starter:jar:2.5.2-3.8'
<dependency org="com.gitee.sohnny" name="sojpt-boot-spring-boot-starter" rev="2.5.2-3.8">
<artifact name="sojpt-boot-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sohnny', module='sojpt-boot-spring-boot-starter', version='2.5.2-3.8')
)
libraryDependencies += "com.gitee.sohnny" % "sojpt-boot-spring-boot-starter" % "2.5.2-3.8"
[com.gitee.sohnny/sojpt-boot-spring-boot-starter "2.5.2-3.8"]