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