is not current version
Last Version 1.2.3

com.github.jmkgreen.morphia:morphia 1.2.2


GroupId

GroupId

com.github.jmkgreen.morphia
ArtifactId

ArtifactId

morphia
Version

Version

1.2.2
Type

Type

jar

Download morphia 1.2.2


<!-- https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia/ -->
<dependency>
    <groupId>com.github.jmkgreen.morphia</groupId>
    <artifactId>morphia</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia/
implementation 'com.github.jmkgreen.morphia:morphia:1.2.2'
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia/
implementation ("com.github.jmkgreen.morphia:morphia:1.2.2")
'com.github.jmkgreen.morphia:morphia:jar:1.2.2'
<dependency org="com.github.jmkgreen.morphia" name="morphia" rev="1.2.2">
  <artifact name="morphia" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmkgreen.morphia', module='morphia', version='1.2.2')
)
libraryDependencies += "com.github.jmkgreen.morphia" % "morphia" % "1.2.2"
[com.github.jmkgreen.morphia/morphia "1.2.2"]