GroupId | GroupIdcom.github.weijj0528 |
---|---|
ArtifactId | ArtifactIdspringboot-starter |
Version | Version1.5.20 |
Type | Typejar |
Filename | Size |
---|---|
springboot-starter-1.5.20.pom | |
springboot-starter-1.5.20.jar | 43 KB |
springboot-starter-1.5.20-sources.jar | 30 KB |
springboot-starter-1.5.20-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/ -->
<dependency>
<groupId>com.github.weijj0528</groupId>
<artifactId>springboot-starter</artifactId>
<version>1.5.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/
implementation 'com.github.weijj0528:springboot-starter:1.5.20'
// https://jarcasting.com/artifacts/com.github.weijj0528/springboot-starter/
implementation ("com.github.weijj0528:springboot-starter:1.5.20")
'com.github.weijj0528:springboot-starter:jar:1.5.20'
<dependency org="com.github.weijj0528" name="springboot-starter" rev="1.5.20">
<artifact name="springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weijj0528', module='springboot-starter', version='1.5.20')
)
libraryDependencies += "com.github.weijj0528" % "springboot-starter" % "1.5.20"
[com.github.weijj0528/springboot-starter "1.5.20"]