License |
License |
---|---|
GroupId | GroupIdpw.mihou |
ArtifactId | ArtifactIdMongosphere |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMongosphere
Mongosphere is a wrapper around MongoDB Driver Sync that aims to lessen the code written by the developers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Mongosphere-1.0.3.pom | |
Mongosphere-1.0.3.jar | 13 KB |
Mongosphere-1.0.3-sources.jar | 7 KB |
Mongosphere-1.0.3-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pw.mihou/Mongosphere/ -->
<dependency>
<groupId>pw.mihou</groupId>
<artifactId>Mongosphere</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/pw.mihou/Mongosphere/
implementation 'pw.mihou:Mongosphere:1.0.3'
// https://jarcasting.com/artifacts/pw.mihou/Mongosphere/
implementation ("pw.mihou:Mongosphere:1.0.3")
'pw.mihou:Mongosphere:jar:1.0.3'
<dependency org="pw.mihou" name="Mongosphere" rev="1.0.3">
<artifact name="Mongosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.mihou', module='Mongosphere', version='1.0.3')
)
libraryDependencies += "pw.mihou" % "Mongosphere" % "1.0.3"
[pw.mihou/Mongosphere "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongodb-driver-sync | jar | 4.3.2 |