is not current version
Last Version 1.0.1

com.github.xlongshu.maven:spring-boot-starter 1.0


Categories

Categories

Spring Boot Container Microservices Maven Build Tools
GroupId

GroupId

com.github.xlongshu.maven
ArtifactId

ArtifactId

spring-boot-starter
Version

Version

1.0
Type

Type

pom

Download spring-boot-starter 1.0


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