drived
A Java library for Event sourcing based on Domain-driven development.
It helps
- Event Sourcing
- CQRS
- Domain-Driven Development
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.lulab.drived |
| ArtifactId | ArtifactIddrived-core |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDrived Core
A Java library for Event sourcing based on Domain-driven development.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| drived-core-0.0.1.pom | |
| drived-core-0.0.1.jar | 13 KB |
| drived-core-0.0.1-sources.jar | 9 KB |
| drived-core-0.0.1-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.lulab.drived/drived-core/ -->
<dependency>
<groupId>net.lulab.drived</groupId>
<artifactId>drived-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.lulab.drived/drived-core/
implementation 'net.lulab.drived:drived-core:0.0.1'
// https://jarcasting.com/artifacts/net.lulab.drived/drived-core/
implementation ("net.lulab.drived:drived-core:0.0.1")
'net.lulab.drived:drived-core:jar:0.0.1'
<dependency org="net.lulab.drived" name="drived-core" rev="0.0.1">
<artifact name="drived-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lulab.drived', module='drived-core', version='0.0.1')
)
libraryDependencies += "net.lulab.drived" % "drived-core" % "0.0.1"
[net.lulab.drived/drived-core "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.19.0 |
A Java library for Event sourcing based on Domain-driven development.
It helps