Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.mercateo.eventstore |
ArtifactId | ArtifactIdclient-common |
Version | Version0.2.24 |
Type | Typejar |
Filename | Size |
---|---|
client-common-0.2.24.pom | |
client-common-0.2.24.jar | 60 KB |
client-common-0.2.24-tests.jar | 27 KB |
client-common-0.2.24-sources.jar | 35 KB |
client-common-0.2.24-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mercateo.eventstore/client-common/ -->
<dependency>
<groupId>com.mercateo.eventstore</groupId>
<artifactId>client-common</artifactId>
<version>0.2.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.mercateo.eventstore/client-common/
implementation 'com.mercateo.eventstore:client-common:0.2.24'
// https://jarcasting.com/artifacts/com.mercateo.eventstore/client-common/
implementation ("com.mercateo.eventstore:client-common:0.2.24")
'com.mercateo.eventstore:client-common:jar:0.2.24'
<dependency org="com.mercateo.eventstore" name="client-common" rev="0.2.24">
<artifact name="client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mercateo.eventstore', module='client-common', version='0.2.24')
)
libraryDependencies += "com.mercateo.eventstore" % "client-common" % "0.2.24"
[com.mercateo.eventstore/client-common "0.2.24"]