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