MVN

it.amattioli : dominate-core

Maven & Gradle

May 25, 2013
9 usages

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.

<dependency>
    <groupId>it.amattioli</groupId>
    <artifactId>dominate-core</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.amattioli : dominate-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of it.amattioli : dominate-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dominate-core-1.0.7

How to add a dependency to Maven

Add the following it.amattioli : dominate-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.amattioli</groupId>
    <artifactId>dominate-core</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.amattioli : dominate-core gradle dependency to your build.gradle file:

implementation 'it.amattioli:dominate-core:1.0.7'

Gradle Kotlin DSL: Add the following it.amattioli : dominate-core gradle kotlin dependency to your build.gradle.kts file:

implementation("it.amattioli:dominate-core:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.amattioli : dominate-core sbt scala dependency to your build.sbt file:

libraryDependencies += "it.amattioli" % "dominate-core" % "1.0.7"

Advertisement