| Категории |
КатегорииДанные Distribution Компиляция и сборка |
|---|---|
| Группа | Группаorg.springframework.data |
| Идентификатор | Идентификаторspring-data-rest-distribution |
| Версия | Версия3.3.0.RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| spring-data-rest-distribution-3.3.0.RELEASE.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-distribution/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-distribution</artifactId>
<version>3.3.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-distribution/
implementation 'org.springframework.data:spring-data-rest-distribution:3.3.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-rest-distribution/
implementation ("org.springframework.data:spring-data-rest-distribution:3.3.0.RELEASE")
'org.springframework.data:spring-data-rest-distribution:pom:3.3.0.RELEASE'
<dependency org="org.springframework.data" name="spring-data-rest-distribution" rev="3.3.0.RELEASE">
<artifact name="spring-data-rest-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-rest-distribution', version='3.3.0.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-rest-distribution" % "3.3.0.RELEASE"
[org.springframework.data/spring-data-rest-distribution "3.3.0.RELEASE"]