Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdvip.efactory |
ArtifactId | ArtifactIdejpa-spring-boot-starter |
Version | Version3.1.0 |
Type | Typepom |
Filename | Size |
---|---|
ejpa-spring-boot-starter-3.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/vip.efactory/ejpa-spring-boot-starter/ -->
<dependency>
<groupId>vip.efactory</groupId>
<artifactId>ejpa-spring-boot-starter</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/vip.efactory/ejpa-spring-boot-starter/
implementation 'vip.efactory:ejpa-spring-boot-starter:3.1.0'
// https://jarcasting.com/artifacts/vip.efactory/ejpa-spring-boot-starter/
implementation ("vip.efactory:ejpa-spring-boot-starter:3.1.0")
'vip.efactory:ejpa-spring-boot-starter:pom:3.1.0'
<dependency org="vip.efactory" name="ejpa-spring-boot-starter" rev="3.1.0">
<artifact name="ejpa-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='vip.efactory', module='ejpa-spring-boot-starter', version='3.1.0')
)
libraryDependencies += "vip.efactory" % "ejpa-spring-boot-starter" % "3.1.0"
[vip.efactory/ejpa-spring-boot-starter "3.1.0"]