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