is not current version
Last Version 0.3.5

com.mercateo.eventstore:client-common 0.3.1

Common functionaliy for EventStore client.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.mercateo.eventstore
ArtifactId

ArtifactId

client-common
Version

Version

0.3.1
Type

Type

jar

Download client-common 0.3.1


<!-- https://jarcasting.com/artifacts/com.mercateo.eventstore/client-common/ -->
<dependency>
    <groupId>com.mercateo.eventstore</groupId>
    <artifactId>client-common</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo.eventstore/client-common/
implementation 'com.mercateo.eventstore:client-common:0.3.1'
// https://jarcasting.com/artifacts/com.mercateo.eventstore/client-common/
implementation ("com.mercateo.eventstore:client-common:0.3.1")
'com.mercateo.eventstore:client-common:jar:0.3.1'
<dependency org="com.mercateo.eventstore" name="client-common" rev="0.3.1">
  <artifact name="client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo.eventstore', module='client-common', version='0.3.1')
)
libraryDependencies += "com.mercateo.eventstore" % "client-common" % "0.3.1"
[com.mercateo.eventstore/client-common "0.3.1"]