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