is not current version
Last Version 1.4.2.RELEASE

cn.org.faster:spring-boot-starter-web 1.3.3.RELEASE


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.org.faster
ArtifactId

ArtifactId

spring-boot-starter-web
Version

Version

1.3.3.RELEASE
Type

Type

jar

Download spring-boot-starter-web 1.3.3.RELEASE


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