MVN

com.strategicgains.domain-eventing : domain-eventing-parent

Maven & Gradle

Feb 11, 2016
48 stars

Domain-Eventing-Parent · Small, lightweight Java library to enable Domain Events (per Eric Evans, DDD)

<dependency>
    <groupId>com.strategicgains.domain-eventing</groupId>
    <artifactId>domain-eventing-parent</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.strategicgains.domain-eventing : domain-eventing-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.strategicgains.domain-eventing : domain-eventing-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
domain-eventing-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.strategicgains.domain-eventing</groupId>
    <artifactId>domain-eventing-parent</artifactId>
    <version>1.0</version>
</dependency>