GroupId | GroupIdorg.occurrent |
---|---|
ArtifactId | ArtifactIdeventstore-api-blocking |
Version | Version0.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/eventstore-api-blocking/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-api-blocking</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/eventstore-api-blocking/
implementation 'org.occurrent:eventstore-api-blocking:0.5.1'
// https://jarcasting.com/artifacts/org.occurrent/eventstore-api-blocking/
implementation ("org.occurrent:eventstore-api-blocking:0.5.1")
'org.occurrent:eventstore-api-blocking:jar:0.5.1'
<dependency org="org.occurrent" name="eventstore-api-blocking" rev="0.5.1">
<artifact name="eventstore-api-blocking" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='eventstore-api-blocking', version='0.5.1')
)
libraryDependencies += "org.occurrent" % "eventstore-api-blocking" % "0.5.1"
[org.occurrent/eventstore-api-blocking "0.5.1"]