GroupId | GroupIdorg.moduliths |
---|---|
ArtifactId | ArtifactIdmoduliths-events-starter |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.moduliths/moduliths-events-starter/ -->
<dependency>
<groupId>org.moduliths</groupId>
<artifactId>moduliths-events-starter</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.moduliths/moduliths-events-starter/
implementation 'org.moduliths:moduliths-events-starter:1.2.2'
// https://jarcasting.com/artifacts/org.moduliths/moduliths-events-starter/
implementation ("org.moduliths:moduliths-events-starter:1.2.2")
'org.moduliths:moduliths-events-starter:jar:1.2.2'
<dependency org="org.moduliths" name="moduliths-events-starter" rev="1.2.2">
<artifact name="moduliths-events-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.moduliths', module='moduliths-events-starter', version='1.2.2')
)
libraryDependencies += "org.moduliths" % "moduliths-events-starter" % "1.2.2"
[org.moduliths/moduliths-events-starter "1.2.2"]