| GroupId | GroupIdio.github.kaiso.relmongo |
|---|---|
| ArtifactId | ArtifactIdrelmongo |
| Version | Version2.0.0-RC2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| relmongo-2.0.0-RC2.pom | |
| relmongo-2.0.0-RC2.jar | 24 KB |
| relmongo-2.0.0-RC2-sources.jar | 19 KB |
| relmongo-2.0.0-RC2-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.kaiso.relmongo/relmongo/ -->
<dependency>
<groupId>io.github.kaiso.relmongo</groupId>
<artifactId>relmongo</artifactId>
<version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kaiso.relmongo/relmongo/
implementation 'io.github.kaiso.relmongo:relmongo:2.0.0-RC2'
// https://jarcasting.com/artifacts/io.github.kaiso.relmongo/relmongo/
implementation ("io.github.kaiso.relmongo:relmongo:2.0.0-RC2")
'io.github.kaiso.relmongo:relmongo:jar:2.0.0-RC2'
<dependency org="io.github.kaiso.relmongo" name="relmongo" rev="2.0.0-RC2">
<artifact name="relmongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kaiso.relmongo', module='relmongo', version='2.0.0-RC2')
)
libraryDependencies += "io.github.kaiso.relmongo" % "relmongo" % "2.0.0-RC2"
[io.github.kaiso.relmongo/relmongo "2.0.0-RC2"]