не последняя версия
Последняя версия 1.0.7

it.amattioli:dominate 0.6

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.

Категории

Категории

MINA Сеть Networking
Группа

Группа

it.amattioli
Идентификатор

Идентификатор

dominate
Версия

Версия

0.6
Тип

Тип

jar

Скачать dominate 0.6


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