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