Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdcom.holon-platform.mongo |
ArtifactId | ArtifactIdholon-datastore-mongo-sync |
Version | Version5.2.0 |
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</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'
// https://jarcasting.com/artifacts/com.holon-platform.mongo/holon-datastore-mongo-sync/
implementation ("com.holon-platform.mongo:holon-datastore-mongo-sync:5.2.0")
'com.holon-platform.mongo:holon-datastore-mongo-sync:jar:5.2.0'
<dependency org="com.holon-platform.mongo" name="holon-datastore-mongo-sync" rev="5.2.0">
<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')
)
libraryDependencies += "com.holon-platform.mongo" % "holon-datastore-mongo-sync" % "5.2.0"
[com.holon-platform.mongo/holon-datastore-mongo-sync "5.2.0"]