| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.thepavel |
| Идентификатор | Идентификаторjpql-builder |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Описание |
ОписаниеJPQL Builder
JPQL Builder is a small Java library that provides type safety and a fluent API.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jpql-builder-0.3.0.pom | |
| jpql-builder-0.3.0.jar | 150 KB |
| jpql-builder-0.3.0-sources.jar | 112 KB |
| jpql-builder-0.3.0-javadoc.jar | 429 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.thepavel/jpql-builder/ -->
<dependency>
<groupId>org.thepavel</groupId>
<artifactId>jpql-builder</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thepavel/jpql-builder/
implementation 'org.thepavel:jpql-builder:0.3.0'
// https://jarcasting.com/artifacts/org.thepavel/jpql-builder/
implementation ("org.thepavel:jpql-builder:0.3.0")
'org.thepavel:jpql-builder:jar:0.3.0'
<dependency org="org.thepavel" name="jpql-builder" rev="0.3.0">
<artifact name="jpql-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thepavel', module='jpql-builder', version='0.3.0')
)
libraryDependencies += "org.thepavel" % "jpql-builder" % "0.3.0"
[org.thepavel/jpql-builder "0.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.persistence : javax.persistence-api | jar | 2.2 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| org.springframework : spring-aop | jar | 5.2.8.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |