License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdorg.pipservices |
ArtifactId | ArtifactIdpip-services3-mongodb |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPip.Services MongoDb
MongoDB persistence for Pip.Services in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.pipservices/pip-services3-mongodb/ -->
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services3-mongodb</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.pipservices/pip-services3-mongodb/
implementation 'org.pipservices:pip-services3-mongodb:3.1.1'
// https://jarcasting.com/artifacts/org.pipservices/pip-services3-mongodb/
implementation ("org.pipservices:pip-services3-mongodb:3.1.1")
'org.pipservices:pip-services3-mongodb:jar:3.1.1'
<dependency org="org.pipservices" name="pip-services3-mongodb" rev="3.1.1">
<artifact name="pip-services3-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pipservices', module='pip-services3-mongodb', version='3.1.1')
)
libraryDependencies += "org.pipservices" % "pip-services3-mongodb" % "3.1.1"
[org.pipservices/pip-services3-mongodb "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.pipservices : pip-services3-commons | jar | [3.0.1,4.0.0-!) |
org.pipservices : pip-services3-components | jar | [3.0.1,4.0.0-!) |
org.pipservices : pip-services3-data | jar | [3.0.1,4.0.0-!) |
org.mongodb : mongodb-driver | jar | 3.12.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |