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