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