Morphia
See here for the official documentation. To see the roadmap, please see here. A list of the resolved issues can be found here or in the milestones section on github.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.google.code.morphia |
| Идентификатор | Идентификаторmorphia |
| Последняя версия | Последняя версия0.104 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеmorphia
Build Project for Morphia
|
| Имя Файла | Размер |
|---|---|
| morphia-0.104.pom | |
| morphia-0.104.jar | 269 KB |
| morphia-0.104-sources.jar | 168 KB |
| morphia-0.104-javadoc.jar | 945 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.code.morphia/morphia/ -->
<dependency>
<groupId>com.google.code.morphia</groupId>
<artifactId>morphia</artifactId>
<version>0.104</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia/
implementation 'com.google.code.morphia:morphia:0.104'
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia/
implementation ("com.google.code.morphia:morphia:0.104")
'com.google.code.morphia:morphia:jar:0.104'
<dependency org="com.google.code.morphia" name="morphia" rev="0.104">
<artifact name="morphia" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.morphia', module='morphia', version='0.104')
)
libraryDependencies += "com.google.code.morphia" % "morphia" % "0.104"
[com.google.code.morphia/morphia "0.104"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| cglib : cglib-nodep Необязательный | jar | [2.1_3,3.0) |
| com.thoughtworks.proxytoys : proxytoys Необязательный | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mongodb : mongo-java-driver | jar | [2.10.1,2.11.2] |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
See here for the official documentation. To see the roadmap, please see here. A list of the resolved issues can be found here or in the milestones section on github.