is not current version
Last Version 1.4.2.RELEASE

cn.org.faster:spring-boot-starters 1.3.1.RELEASE


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.org.faster
ArtifactId

ArtifactId

spring-boot-starters
Version

Version

1.3.1.RELEASE
Type

Type

pom

Download spring-boot-starters 1.3.1.RELEASE


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