Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdvip.efactory |
ArtifactId | ArtifactIdejpa-spring-boot-starter |
Version | Version3.3.3 |
Type | Typepom |
Filename | Size |
---|---|
ejpa-spring-boot-starter-3.3.3.pom | 4 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.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/vip.efactory/ejpa-spring-boot-starter/
implementation 'vip.efactory:ejpa-spring-boot-starter:3.3.3'
// https://jarcasting.com/artifacts/vip.efactory/ejpa-spring-boot-starter/
implementation ("vip.efactory:ejpa-spring-boot-starter:3.3.3")
'vip.efactory:ejpa-spring-boot-starter:pom:3.3.3'
<dependency org="vip.efactory" name="ejpa-spring-boot-starter" rev="3.3.3">
<artifact name="ejpa-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='vip.efactory', module='ejpa-spring-boot-starter', version='3.3.3')
)
libraryDependencies += "vip.efactory" % "ejpa-spring-boot-starter" % "3.3.3"
[vip.efactory/ejpa-spring-boot-starter "3.3.3"]