is not current version
Last Version 1.0.7

it.amattioli:dominate 0.5

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.

Categories

Categories

MINA Net Networking
GroupId

GroupId

it.amattioli
ArtifactId

ArtifactId

dominate
Version

Version

0.5
Type

Type

jar

Download dominate 0.5


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