License |
License |
---|---|
GroupId | GroupIdorg.jddd |
ArtifactId | ArtifactIdjddd-events |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionjDDD - Events
Domain-Driven Design concepts in Java
|
Filename | Size |
---|---|
jddd-events-0.1.0.pom | |
jddd-events-0.1.0.jar | 2 KB |
jddd-events-0.1.0-sources.jar | 3 KB |
jddd-events-0.1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jddd/jddd-events/ -->
<dependency>
<groupId>org.jddd</groupId>
<artifactId>jddd-events</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jddd/jddd-events/
implementation 'org.jddd:jddd-events:0.1.0'
// https://jarcasting.com/artifacts/org.jddd/jddd-events/
implementation ("org.jddd:jddd-events:0.1.0")
'org.jddd:jddd-events:jar:0.1.0'
<dependency org="org.jddd" name="jddd-events" rev="0.1.0">
<artifact name="jddd-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jddd', module='jddd-events', version='0.1.0')
)
libraryDependencies += "org.jddd" % "jddd-events" % "0.1.0"
[org.jddd/jddd-events "0.1.0"]