GroupId | GroupIdcom.github.fakemongo |
---|---|
ArtifactId | ArtifactIdfongo |
Version | Version2.2.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
fongo-2.2.0-RC1.pom | |
fongo-2.2.0-RC1.jar | 404 KB |
fongo-2.2.0-RC1-sources.jar | 120 KB |
fongo-2.2.0-RC1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fakemongo/fongo/ -->
<dependency>
<groupId>com.github.fakemongo</groupId>
<artifactId>fongo</artifactId>
<version>2.2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fakemongo/fongo/
implementation 'com.github.fakemongo:fongo:2.2.0-RC1'
// https://jarcasting.com/artifacts/com.github.fakemongo/fongo/
implementation ("com.github.fakemongo:fongo:2.2.0-RC1")
'com.github.fakemongo:fongo:jar:2.2.0-RC1'
<dependency org="com.github.fakemongo" name="fongo" rev="2.2.0-RC1">
<artifact name="fongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fakemongo', module='fongo', version='2.2.0-RC1')
)
libraryDependencies += "com.github.fakemongo" % "fongo" % "2.2.0-RC1"
[com.github.fakemongo/fongo "2.2.0-RC1"]