License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.ipokerface |
ArtifactId | ArtifactIdspring-boot-starter-web |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-web
Common Library of ipokerface
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-web/ -->
<dependency>
<groupId>cn.ipokerface</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-web/
implementation 'cn.ipokerface:spring-boot-starter-web:2.1.0'
// https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-web/
implementation ("cn.ipokerface:spring-boot-starter-web:2.1.0")
'cn.ipokerface:spring-boot-starter-web:jar:2.1.0'
<dependency org="cn.ipokerface" name="spring-boot-starter-web" rev="2.1.0">
<artifact name="spring-boot-starter-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ipokerface', module='spring-boot-starter-web', version='2.1.0')
)
libraryDependencies += "cn.ipokerface" % "spring-boot-starter-web" % "2.1.0"
[cn.ipokerface/spring-boot-starter-web "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.ipokerface : common | jar | 2.1.0 |
cn.ipokerface : common-beans | jar | 2.1.0 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.tomcat.embed : tomcat-embed-core | jar | 9.0.41 |
org.springframework : spring-web | jar | 5.2.7.RELEASE |
org.springframework : spring-webmvc | jar | 5.2.7.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.0.RELEASE |