CommonDomain for Java
Encapsulates various infrastructure concerns for domains (inspired by joliver/CommonDomain).
License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdorg.jeecqrs |
ArtifactId | ArtifactIdjcommondomain-core |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommonDomain for Java: Core
Encapsulates various infrastructure concerns for domains.
|
Filename | Size |
---|---|
jcommondomain-core-1.2.2.pom | |
jcommondomain-core-1.2.2.jar | 38 KB |
jcommondomain-core-1.2.2-tests.jar | 26 KB |
jcommondomain-core-1.2.2-sources.jar | 55 KB |
jcommondomain-core-1.2.2-javadoc.jar | 670 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jeecqrs/jcommondomain-core/ -->
<dependency>
<groupId>org.jeecqrs</groupId>
<artifactId>jcommondomain-core</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeecqrs/jcommondomain-core/
implementation 'org.jeecqrs:jcommondomain-core:1.2.2'
// https://jarcasting.com/artifacts/org.jeecqrs/jcommondomain-core/
implementation ("org.jeecqrs:jcommondomain-core:1.2.2")
'org.jeecqrs:jcommondomain-core:jar:1.2.2'
<dependency org="org.jeecqrs" name="jcommondomain-core" rev="1.2.2">
<artifact name="jcommondomain-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeecqrs', module='jcommondomain-core', version='1.2.2')
)
libraryDependencies += "org.jeecqrs" % "jcommondomain-core" % "1.2.2"
[org.jeecqrs/jcommondomain-core "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
net.jodah : typetools | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
Encapsulates various infrastructure concerns for domains (inspired by joliver/CommonDomain).