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