is not current version
Last Version 1.0.3

pw.mihou:Mongosphere 1.0.2

Mongosphere is a wrapper around MongoDB Driver Sync that aims to lessen the code written by the developers.

GroupId

GroupId

pw.mihou
ArtifactId

ArtifactId

Mongosphere
Version

Version

1.0.2
Type

Type

jar

Download Mongosphere 1.0.2


<!-- https://jarcasting.com/artifacts/pw.mihou/Mongosphere/ -->
<dependency>
    <groupId>pw.mihou</groupId>
    <artifactId>Mongosphere</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/pw.mihou/Mongosphere/
implementation 'pw.mihou:Mongosphere:1.0.2'
// https://jarcasting.com/artifacts/pw.mihou/Mongosphere/
implementation ("pw.mihou:Mongosphere:1.0.2")
'pw.mihou:Mongosphere:jar:1.0.2'
<dependency org="pw.mihou" name="Mongosphere" rev="1.0.2">
  <artifact name="Mongosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.mihou', module='Mongosphere', version='1.0.2')
)
libraryDependencies += "pw.mihou" % "Mongosphere" % "1.0.2"
[pw.mihou/Mongosphere "1.0.2"]