is not current version
Last Version 1.2.4

com.github.rebue.common-pom:sb-dependencies 1.2.0

SpringBoot项目的依赖

GroupId

GroupId

com.github.rebue.common-pom
ArtifactId

ArtifactId

sb-dependencies
Version

Version

1.2.0
Type

Type

pom

Download sb-dependencies 1.2.0


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