is not current version
Last Version 1.2.4

com.github.rebue.sbs:sbs 1.0.8

Spring Boot Starter类项目

GroupId

GroupId

com.github.rebue.sbs
ArtifactId

ArtifactId

sbs
Version

Version

1.0.8
Type

Type

pom

Download sbs 1.0.8

Filename Size
sbs-1.0.8.pom 799 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.github.rebue.sbs/sbs/ -->
<dependency>
    <groupId>com.github.rebue.sbs</groupId>
    <artifactId>sbs</artifactId>
    <version>1.0.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.sbs/sbs/
implementation 'com.github.rebue.sbs:sbs:1.0.8'
// https://jarcasting.com/artifacts/com.github.rebue.sbs/sbs/
implementation ("com.github.rebue.sbs:sbs:1.0.8")
'com.github.rebue.sbs:sbs:pom:1.0.8'
<dependency org="com.github.rebue.sbs" name="sbs" rev="1.0.8">
  <artifact name="sbs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.sbs', module='sbs', version='1.0.8')
)
libraryDependencies += "com.github.rebue.sbs" % "sbs" % "1.0.8"
[com.github.rebue.sbs/sbs "1.0.8"]