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