Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-starter-data-jpa-plus |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-jpa-plus/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-data-jpa-plus</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-jpa-plus/
implementation 'com.github.spt-oss:spring-boot-starter-data-jpa-plus:0.1.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-data-jpa-plus/
implementation ("com.github.spt-oss:spring-boot-starter-data-jpa-plus:0.1.0")
'com.github.spt-oss:spring-boot-starter-data-jpa-plus:jar:0.1.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-data-jpa-plus" rev="0.1.0">
<artifact name="spring-boot-starter-data-jpa-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-starter-data-jpa-plus', version='0.1.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-data-jpa-plus" % "0.1.0"
[com.github.spt-oss/spring-boot-starter-data-jpa-plus "0.1.0"]