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