Mongosphere

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

License

License

GroupId

GroupId

pw.mihou
ArtifactId

ArtifactId

Mongosphere
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/ShindouMihou/Mongosphere/
Source Code Management

Source Code Management

https://github.com/ShindouMihou/Mongosphere.git

Download Mongosphere

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.mongodb : mongodb-driver-sync jar 4.3.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0