Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdio.kwy.boot |
ArtifactId | ArtifactIdspring-boot-starter-data-jpa |
Version | Version1.5.3.RELEASE |
Type | Typejar |
<!-- 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.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.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.RELEASE")
'io.kwy.boot:spring-boot-starter-data-jpa:jar:1.5.3.RELEASE'
<dependency org="io.kwy.boot" name="spring-boot-starter-data-jpa" rev="1.5.3.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.RELEASE')
)
libraryDependencies += "io.kwy.boot" % "spring-boot-starter-data-jpa" % "1.5.3.RELEASE"
[io.kwy.boot/spring-boot-starter-data-jpa "1.5.3.RELEASE"]