| Categories | CategoriesSpring Boot Container Microservices Data | 
|---|---|
| GroupId | GroupIdcom.lmaye | 
| ArtifactId | ArtifactIdspring-boot-starter-data-web | 
| Version | Version1.0.12-RELEASE | 
| Type | Typejar | 
<!-- 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.12-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-web/
implementation 'com.lmaye:spring-boot-starter-data-web:1.0.12-RELEASE'// https://jarcasting.com/artifacts/com.lmaye/spring-boot-starter-data-web/
implementation ("com.lmaye:spring-boot-starter-data-web:1.0.12-RELEASE")'com.lmaye:spring-boot-starter-data-web:jar:1.0.12-RELEASE'<dependency org="com.lmaye" name="spring-boot-starter-data-web" rev="1.0.12-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.12-RELEASE')
)libraryDependencies += "com.lmaye" % "spring-boot-starter-data-web" % "1.0.12-RELEASE"[com.lmaye/spring-boot-starter-data-web "1.0.12-RELEASE"]