| Категории |
КатегорииSpring Boot Контейнер Микросервисы Данные |
|---|---|
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-data-solr |
| Версия | Версия1.4.3.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-solr/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-solr</artifactId>
<version>1.4.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-solr/
implementation 'org.springframework.boot:spring-boot-starter-data-solr:1.4.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-solr/
implementation ("org.springframework.boot:spring-boot-starter-data-solr:1.4.3.RELEASE")
'org.springframework.boot:spring-boot-starter-data-solr:jar:1.4.3.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-data-solr" rev="1.4.3.RELEASE">
<artifact name="spring-boot-starter-data-solr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-data-solr', version='1.4.3.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-solr" % "1.4.3.RELEASE"
[org.springframework.boot/spring-boot-starter-data-solr "1.4.3.RELEASE"]