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