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