| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rebue.sbs |
| ArtifactId | ArtifactIdsbs |
| Last Version | Last Version1.2.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSpring Boot Starter类项目
|
| Filename | Size |
|---|---|
| sbs-1.2.4.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rebue.sbs/sbs/ -->
<dependency>
<groupId>com.github.rebue.sbs</groupId>
<artifactId>sbs</artifactId>
<version>1.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.sbs/sbs/
implementation 'com.github.rebue.sbs:sbs:1.2.4'
// https://jarcasting.com/artifacts/com.github.rebue.sbs/sbs/
implementation ("com.github.rebue.sbs:sbs:1.2.4")
'com.github.rebue.sbs:sbs:pom:1.2.4'
<dependency org="com.github.rebue.sbs" name="sbs" rev="1.2.4">
<artifact name="sbs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.sbs', module='sbs', version='1.2.4')
)
libraryDependencies += "com.github.rebue.sbs" % "sbs" % "1.2.4"
[com.github.rebue.sbs/sbs "1.2.4"]