GroupId | GroupIdorg.mongeez |
---|---|
ArtifactId | ArtifactIdmongeez |
Version | Version0.9.4 |
Type | Typejar |
Filename | Size |
---|---|
mongeez-0.9.4.pom | |
mongeez-0.9.4.jar | 27 KB |
mongeez-0.9.4-sources.jar | 18 KB |
mongeez-0.9.4-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mongeez/mongeez/ -->
<dependency>
<groupId>org.mongeez</groupId>
<artifactId>mongeez</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongeez/mongeez/
implementation 'org.mongeez:mongeez:0.9.4'
// https://jarcasting.com/artifacts/org.mongeez/mongeez/
implementation ("org.mongeez:mongeez:0.9.4")
'org.mongeez:mongeez:jar:0.9.4'
<dependency org="org.mongeez" name="mongeez" rev="0.9.4">
<artifact name="mongeez" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongeez', module='mongeez', version='0.9.4')
)
libraryDependencies += "org.mongeez" % "mongeez" % "0.9.4"
[org.mongeez/mongeez "0.9.4"]