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