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