is not current version
Last Version 1.0.14-RELEASE

com.lmaye:spring-boot-starter-data-web 1.0.12-RELEASE

Web Starter project for Spring Boot

Categories

Categories

Spring Boot Container Microservices Data
GroupId

GroupId

com.lmaye
ArtifactId

ArtifactId

spring-boot-starter-data-web
Version

Version

1.0.12-RELEASE
Type

Type

jar

Download spring-boot-starter-data-web 1.0.12-RELEASE


<!-- 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"]