Categories |
CategoriesSpring Boot Container Microservices Data ORM |
---|---|
GroupId | GroupIdcom.holon-platform.jpa |
ArtifactId | ArtifactIdholon-datastore-jpa-spring-boot |
Version | Version5.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.holon-platform.jpa/holon-datastore-jpa-spring-boot/ -->
<dependency>
<groupId>com.holon-platform.jpa</groupId>
<artifactId>holon-datastore-jpa-spring-boot</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.jpa/holon-datastore-jpa-spring-boot/
implementation 'com.holon-platform.jpa:holon-datastore-jpa-spring-boot:5.2.2'
// https://jarcasting.com/artifacts/com.holon-platform.jpa/holon-datastore-jpa-spring-boot/
implementation ("com.holon-platform.jpa:holon-datastore-jpa-spring-boot:5.2.2")
'com.holon-platform.jpa:holon-datastore-jpa-spring-boot:jar:5.2.2'
<dependency org="com.holon-platform.jpa" name="holon-datastore-jpa-spring-boot" rev="5.2.2">
<artifact name="holon-datastore-jpa-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.jpa', module='holon-datastore-jpa-spring-boot', version='5.2.2')
)
libraryDependencies += "com.holon-platform.jpa" % "holon-datastore-jpa-spring-boot" % "5.2.2"
[com.holon-platform.jpa/holon-datastore-jpa-spring-boot "5.2.2"]