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