| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаse.oyabun.criters |
| Идентификатор | Идентификаторcriters-spring-data-jpa |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеCriters engine is a framework for automating searches using JPA.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/se.oyabun.criters/criters-spring-data-jpa/ -->
<dependency>
<groupId>se.oyabun.criters</groupId>
<artifactId>criters-spring-data-jpa</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.oyabun.criters/criters-spring-data-jpa/
implementation 'se.oyabun.criters:criters-spring-data-jpa:1.0.1'
// https://jarcasting.com/artifacts/se.oyabun.criters/criters-spring-data-jpa/
implementation ("se.oyabun.criters:criters-spring-data-jpa:1.0.1")
'se.oyabun.criters:criters-spring-data-jpa:jar:1.0.1'
<dependency org="se.oyabun.criters" name="criters-spring-data-jpa" rev="1.0.1">
<artifact name="criters-spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.oyabun.criters', module='criters-spring-data-jpa', version='1.0.1')
)
libraryDependencies += "se.oyabun.criters" % "criters-spring-data-jpa" % "1.0.1"
[se.oyabun.criters/criters-spring-data-jpa "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| se.oyabun.criters : criters-annotation | jar | 1.0.1 |
| se.oyabun.criters : criters-engine | jar | 1.0.1 |
| org.springframework.data : spring-data-jpa | jar | 1.11.6.RELEASE |
| javax.persistence : javax.persistence-api | jar | 2.2 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| se.oyabun.criters.test : criters-test-core | jar | 1.0.1 |
| se.oyabun.criters.test : criters-test-core-jpa | jar | 1.0.1 |
| org.hibernate : hibernate-entitymanager | jar | 5.2.10.Final |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.5.6.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.6.RELEASE |