| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Данные |
| Группа | Группаio.kwy.boot |
| Идентификатор | Идентификаторspring-boot-starter-data-jpa |
| Версия | Версия1.5.3.1.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-starter-data-jpa/ -->
<dependency>
<groupId>io.kwy.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<version>1.5.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-starter-data-jpa/
implementation 'io.kwy.boot:spring-boot-starter-data-jpa:1.5.3.1.RELEASE'
// https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-starter-data-jpa/
implementation ("io.kwy.boot:spring-boot-starter-data-jpa:1.5.3.1.RELEASE")
'io.kwy.boot:spring-boot-starter-data-jpa:jar:1.5.3.1.RELEASE'
<dependency org="io.kwy.boot" name="spring-boot-starter-data-jpa" rev="1.5.3.1.RELEASE">
<artifact name="spring-boot-starter-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kwy.boot', module='spring-boot-starter-data-jpa', version='1.5.3.1.RELEASE')
)
libraryDependencies += "io.kwy.boot" % "spring-boot-starter-data-jpa" % "1.5.3.1.RELEASE"
[io.kwy.boot/spring-boot-starter-data-jpa "1.5.3.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.5.4.RELEASE |
| com.querydsl : querydsl-jpa | jar | 4.1.4 |
| com.querydsl : querydsl-sql | jar | 4.1.4 |