Last Version

EntityScanner Plugin 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-entityscanner-plugin
Version

Version

1.2.3
Type

Type

jar
Description

Description

EntityScanner Plugin
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-entityscanner-plugin 1.2.3


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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 13.0.1
com.github.jmkgreen.morphia : morphia jar 1.2.3

provided (2)

Group / Artifact Type Version
org.reflections : reflections jar 0.9.8
net.sf.scannotation : scannotation jar 1.0.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.