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