| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Data | 
| GroupId | GroupIdcom.lmaye | 
| ArtifactId | ArtifactIdspring-boot-starter-data-web | 
| Version | Version1.0.14-RELEASE | 
| Type | Typejar | 
| Description | Descriptionspring-boot-starter-data-web Web Starter project for Spring Boot | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-web/ -->
<dependency>
    <groupId>com.lmaye</groupId>
    <artifactId>spring-boot-starter-data-web</artifactId>
    <version>1.0.14-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-web/
implementation 'com.lmaye:spring-boot-starter-data-web:1.0.14-RELEASE'// https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-web/
implementation ("com.lmaye:spring-boot-starter-data-web:1.0.14-RELEASE")'com.lmaye:spring-boot-starter-data-web:jar:1.0.14-RELEASE'<dependency org="com.lmaye" name="spring-boot-starter-data-web" rev="1.0.14-RELEASE">
  <artifact name="spring-boot-starter-data-web" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lmaye', module='spring-boot-starter-data-web', version='1.0.14-RELEASE')
)libraryDependencies += "com.lmaye" % "spring-boot-starter-data-web" % "1.0.14-RELEASE"[com.lmaye/spring-boot-starter-data-web "1.0.14-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.14 | 
| com.lmaye : app-common | jar | 1.0.11-RELEASE | 
| org.owasp.antisamy : antisamy | jar | 1.5.8 | 
| org.lionsoul : ip2region | jar | 1.7.2 | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.2.RELEASE | 
| org.springframework.boot : spring-boot-starter-undertow | jar | 2.3.2.RELEASE | 
| org.springframework.boot : spring-boot-starter-validation | jar | 2.3.2.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.2.RELEASE | 
| io.swagger : swagger-annotations | jar | 1.6.2 | 
| org.mapstruct : mapstruct-jdk8 | jar | 1.2.0.Final | 
| org.mapstruct : mapstruct-processor | jar | 1.2.0.Final |