GroupId | GroupIdorg.moduliths |
---|---|
ArtifactId | ArtifactIdmoduliths-events |
Version | Version1.1.0-M1 |
Type | Typepom |
Filename | Size |
---|---|
moduliths-events-1.1.0-M1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.moduliths/moduliths-events/ -->
<dependency>
<groupId>org.moduliths</groupId>
<artifactId>moduliths-events</artifactId>
<version>1.1.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.moduliths/moduliths-events/
implementation 'org.moduliths:moduliths-events:1.1.0-M1'
// https://jarcasting.com/artifacts/org.moduliths/moduliths-events/
implementation ("org.moduliths:moduliths-events:1.1.0-M1")
'org.moduliths:moduliths-events:pom:1.1.0-M1'
<dependency org="org.moduliths" name="moduliths-events" rev="1.1.0-M1">
<artifact name="moduliths-events" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.moduliths', module='moduliths-events', version='1.1.0-M1')
)
libraryDependencies += "org.moduliths" % "moduliths-events" % "1.1.0-M1"
[org.moduliths/moduliths-events "1.1.0-M1"]