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