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