| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMINA Сеть Networking |
| Группа | Группаit.amattioli |
| Идентификатор | Идентификаторdominate-core |
| Последняя версия | Последняя версия1.0.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJavATE Dominate Core
Dominate is the basement on which all other JavATE libraries are build. It contains interfaces for the
basic patterns of domain driven design like "entity" and "repository". These interfaces gives you
the possibility to access these objects in a standardized way allowing a lot of generalization and
simplification.
Side by side with these interfaces there are implementations that speed up the development of
application using mainstream technologies like Hibernate, JPA, JCR and MongoDB.
|
| Имя Файла | Размер |
|---|---|
| dominate-core-1.0.7.pom | |
| dominate-core-1.0.7.jar | 144 KB |
| dominate-core-1.0.7-sources.jar | 83 KB |
| dominate-core-1.0.7-javadoc.jar | 710 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.amattioli/dominate-core/ -->
<dependency>
<groupId>it.amattioli</groupId>
<artifactId>dominate-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/it.amattioli/dominate-core/
implementation 'it.amattioli:dominate-core:1.0.7'
// https://jarcasting.com/artifacts/it.amattioli/dominate-core/
implementation ("it.amattioli:dominate-core:1.0.7")
'it.amattioli:dominate-core:jar:1.0.7'
<dependency org="it.amattioli" name="dominate-core" rev="1.0.7">
<artifact name="dominate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.amattioli', module='dominate-core', version='1.0.7')
)
libraryDependencies += "it.amattioli" % "dominate-core" % "1.0.7"
[it.amattioli/dominate-core "1.0.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-lang : commons-lang | jar | 2.4 |
| commons-collections : commons-collections | jar | 3.2.1 |
| commons-beanutils : commons-beanutils-core | jar | 1.8.2 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| cglib : cglib | jar | 2.1_3 |
| org.beanshell : bsh | jar | 2.0b4 |
| org.hibernate : hibernate-validator | jar | 3.1.0.GA |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| org.slf4j : slf4j-simple | jar | 1.6.1 |
| org.mockito : mockito-core | jar | 1.8.5 |