Last Version

JavATE Dominate Core 1.0.7

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.

License

License

Categories

Categories

MINA Net Networking
GroupId

GroupId

it.amattioli
ArtifactId

ArtifactId

dominate-core
Version

Version

1.0.7
Type

Type

jar
Description

Description

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.

Download dominate-core 1.0.7


<!-- 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"]

Dependencies

compile (7)

Group / Artifact Type Version
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

test (3)

Group / Artifact Type Version
junit : junit jar 3.8.1
org.slf4j : slf4j-simple jar 1.6.1
org.mockito : mockito-core jar 1.8.5

Project Modules

There are no modules declared in this project.