License |
License |
---|---|
GroupId | GroupIdcom.github.jmkgreen.morphia |
ArtifactId | ArtifactIdmorphia-jrebel-plugin |
Version | Version1.2.3 |
Type | Typejar |
Description |
DescriptionJRebel 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.
|
Filename | Size |
---|---|
morphia-jrebel-plugin-1.2.3.pom | |
morphia-jrebel-plugin-1.2.3.jar | 1 KB |
morphia-jrebel-plugin-1.2.3-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-jrebel-plugin/ -->
<dependency>
<groupId>com.github.jmkgreen.morphia</groupId>
<artifactId>morphia-jrebel-plugin</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-jrebel-plugin/
implementation 'com.github.jmkgreen.morphia:morphia-jrebel-plugin:1.2.3'
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-jrebel-plugin/
implementation ("com.github.jmkgreen.morphia:morphia-jrebel-plugin:1.2.3")
'com.github.jmkgreen.morphia:morphia-jrebel-plugin:jar:1.2.3'
<dependency org="com.github.jmkgreen.morphia" name="morphia-jrebel-plugin" rev="1.2.3">
<artifact name="morphia-jrebel-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmkgreen.morphia', module='morphia-jrebel-plugin', version='1.2.3')
)
libraryDependencies += "com.github.jmkgreen.morphia" % "morphia-jrebel-plugin" % "1.2.3"
[com.github.jmkgreen.morphia/morphia-jrebel-plugin "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jmkgreen.morphia : morphia | jar | 1.2.3 |
org.zeroturnaround : javarebel-sdk | jar | 2.0.2 |
org.zeroturnaround : javarebel-utils | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |