is not current version
Last Version 1.2.4

com.github.rebue.sbs:sbs 1.2.0

Spring Boot Starter类项目

GroupId

GroupId

com.github.rebue.sbs
ArtifactId

ArtifactId

sbs
Version

Version

1.2.0
Type

Type

pom

Download sbs 1.2.0

Filename Size
sbs-1.2.0.pom 2 KB
Browse

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