is not current version
Last Version 3.7.1

org.springframework.data:spring-data-rest-core 3.4.1

Spring Data REST - Core

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-rest-core
Version

Version

3.4.1
Type

Type

jar

Download spring-data-rest-core 3.4.1


<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-core/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-rest-core</artifactId>
    <version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-core/
implementation 'org.springframework.data:spring-data-rest-core:3.4.1'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-core/
implementation ("org.springframework.data:spring-data-rest-core:3.4.1")
'org.springframework.data:spring-data-rest-core:jar:3.4.1'
<dependency org="org.springframework.data" name="spring-data-rest-core" rev="3.4.1">
  <artifact name="spring-data-rest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-core', version='3.4.1')
)
libraryDependencies += "org.springframework.data" % "spring-data-rest-core" % "3.4.1"
[org.springframework.data/spring-data-rest-core "3.4.1"]