License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.strategicgains.domain-eventing |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.4.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDomain-Eventing-Parent
Small, lightweight Java library to enable Domain Events (per Eric Evans, DDD)
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-0.4.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.strategicgains.domain-eventing/parent/ -->
<dependency>
<groupId>com.strategicgains.domain-eventing</groupId>
<artifactId>parent</artifactId>
<version>0.4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.strategicgains.domain-eventing/parent/
implementation 'com.strategicgains.domain-eventing:parent:0.4.5'
// https://jarcasting.com/artifacts/com.strategicgains.domain-eventing/parent/
implementation ("com.strategicgains.domain-eventing:parent:0.4.5")
'com.strategicgains.domain-eventing:parent:pom:0.4.5'
<dependency org="com.strategicgains.domain-eventing" name="parent" rev="0.4.5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.strategicgains.domain-eventing', module='parent', version='0.4.5')
)
libraryDependencies += "com.strategicgains.domain-eventing" % "parent" % "0.4.5"
[com.strategicgains.domain-eventing/parent "0.4.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.11 |