GroupId | GroupIdcom.greenmoonsoftware |
---|---|
ArtifactId | ArtifactIdeventsourcing-core |
Version | Version1.0.7 |
Type | Typepom |
Filename | Size |
---|---|
eventsourcing-core-1.0.7.pom | |
eventsourcing-core-1.0.7.jar | 1 KB |
eventsourcing-core-1.0.7-sources.jar | 9 KB |
eventsourcing-core-1.0.7-javadoc.jar | 453 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.greenmoonsoftware/eventsourcing-core/ -->
<dependency>
<groupId>com.greenmoonsoftware</groupId>
<artifactId>eventsourcing-core</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.greenmoonsoftware/eventsourcing-core/
implementation 'com.greenmoonsoftware:eventsourcing-core:1.0.7'
// https://jarcasting.com/artifacts/com.greenmoonsoftware/eventsourcing-core/
implementation ("com.greenmoonsoftware:eventsourcing-core:1.0.7")
'com.greenmoonsoftware:eventsourcing-core:pom:1.0.7'
<dependency org="com.greenmoonsoftware" name="eventsourcing-core" rev="1.0.7">
<artifact name="eventsourcing-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.greenmoonsoftware', module='eventsourcing-core', version='1.0.7')
)
libraryDependencies += "com.greenmoonsoftware" % "eventsourcing-core" % "1.0.7"
[com.greenmoonsoftware/eventsourcing-core "1.0.7"]