License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.ipokerface |
ArtifactId | ArtifactIdspring-boot-starter-mvc |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstarter-mvc
Common Library of ipokerface
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-mvc/ -->
<dependency>
<groupId>cn.ipokerface</groupId>
<artifactId>spring-boot-starter-mvc</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-mvc/
implementation 'cn.ipokerface:spring-boot-starter-mvc:2.0.1'
// https://jarcasting.com/artifacts/cn.ipokerface/spring-boot-starter-mvc/
implementation ("cn.ipokerface:spring-boot-starter-mvc:2.0.1")
'cn.ipokerface:spring-boot-starter-mvc:jar:2.0.1'
<dependency org="cn.ipokerface" name="spring-boot-starter-mvc" rev="2.0.1">
<artifact name="spring-boot-starter-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ipokerface', module='spring-boot-starter-mvc', version='2.0.1')
)
libraryDependencies += "cn.ipokerface" % "spring-boot-starter-mvc" % "2.0.1"
[cn.ipokerface/spring-boot-starter-mvc "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
cn.ipokerface : common | jar | 2.0.0 |
cn.ipokerface : common-beans | jar | 2.0.1 |
org.apache.tomcat.embed : tomcat-embed-core | jar | 9.0.35 |
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 |