Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdcom.holon-platform.mongo |
ArtifactId | ArtifactIdholon-datastore-mongo-core |
Version | Version5.4.0 |
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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.mongo/holon-datastore-mongo-core/
implementation 'com.holon-platform.mongo:holon-datastore-mongo-core:5.4.0'
// https://jarcasting.com/artifacts/com.holon-platform.mongo/holon-datastore-mongo-core/
implementation ("com.holon-platform.mongo:holon-datastore-mongo-core:5.4.0")
'com.holon-platform.mongo:holon-datastore-mongo-core:jar:5.4.0'
<dependency org="com.holon-platform.mongo" name="holon-datastore-mongo-core" rev="5.4.0">
<artifact name="holon-datastore-mongo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.mongo', module='holon-datastore-mongo-core', version='5.4.0')
)
libraryDependencies += "com.holon-platform.mongo" % "holon-datastore-mongo-core" % "5.4.0"
[com.holon-platform.mongo/holon-datastore-mongo-core "5.4.0"]