не последняя версия
Последняя версия 3.7.1

org.springframework.data:spring-data-rest-core 3.1.6.RELEASE

Spring Data REST - Core

Категории

Категории

Данные
Группа

Группа

org.springframework.data
Идентификатор

Идентификатор

spring-data-rest-core
Версия

Версия

3.1.6.RELEASE
Тип

Тип

jar

Скачать spring-data-rest-core 3.1.6.RELEASE


<!-- 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.1.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-core/
implementation 'org.springframework.data:spring-data-rest-core:3.1.6.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-core/
implementation ("org.springframework.data:spring-data-rest-core:3.1.6.RELEASE")
'org.springframework.data:spring-data-rest-core:jar:3.1.6.RELEASE'
<dependency org="org.springframework.data" name="spring-data-rest-core" rev="3.1.6.RELEASE">
  <artifact name="spring-data-rest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-core', version='3.1.6.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-rest-core" % "3.1.6.RELEASE"
[org.springframework.data/spring-data-rest-core "3.1.6.RELEASE"]