Last Version

morphia 1.2.3

Morphia is an Object-Document Mapper, written in Java for MongoDB. Application developer authoring code in Java and using the mongo-java-driver can use Morphia to map POJO classes into MongoDB documents and vice-versa. Morphia provides a Datastore, Query, and DAO-style interfaces including CRUD services in a type-safe manner.

License

License

GroupId

GroupId

com.github.jmkgreen.morphia
ArtifactId

ArtifactId

morphia
Version

Version

1.2.3
Type

Type

jar
Description

Description

morphia
Morphia is an Object-Document Mapper, written in Java for MongoDB. Application developer authoring code in Java and using the mongo-java-driver can use Morphia to map POJO classes into MongoDB documents and vice-versa. Morphia provides a Datastore, Query, and DAO-style interfaces including CRUD services in a type-safe manner.

Download morphia 1.2.3


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

Dependencies

compile (3)

Group / Artifact Type Version
org.mongodb : mongo-java-driver jar 2.11.0
cglib : cglib-nodep jar 2.2.2
com.thoughtworks.proxytoys : proxytoys jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.