| GroupId | GroupIdcom.github.bzacar | 
|---|---|
| ArtifactId | ArtifactIdmongeez | 
| Version | Version0.9.9-bzacar | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| mongeez-0.9.9-bzacar.pom | |
| mongeez-0.9.9-bzacar.jar | 108 KB | 
| mongeez-0.9.9-bzacar-sources.jar | 29 KB | 
| mongeez-0.9.9-bzacar-javadoc.jar | 133 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.bzacar/mongeez/ -->
<dependency>
    <groupId>com.github.bzacar</groupId>
    <artifactId>mongeez</artifactId>
    <version>0.9.9-bzacar</version>
</dependency>// https://jarcasting.com/artifacts/com.github.bzacar/mongeez/
implementation 'com.github.bzacar:mongeez:0.9.9-bzacar'// https://jarcasting.com/artifacts/com.github.bzacar/mongeez/
implementation ("com.github.bzacar:mongeez:0.9.9-bzacar")'com.github.bzacar:mongeez:jar:0.9.9-bzacar'<dependency org="com.github.bzacar" name="mongeez" rev="0.9.9-bzacar">
  <artifact name="mongeez" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.bzacar', module='mongeez', version='0.9.9-bzacar')
)libraryDependencies += "com.github.bzacar" % "mongeez" % "0.9.9-bzacar"[com.github.bzacar/mongeez "0.9.9-bzacar"]