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