| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.geteventstore |
| ArtifactId | ArtifactIdeventstore-client_2.11 |
| Version | Version2.2.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.geteventstore/eventstore-client_2.11/ -->
<dependency>
<groupId>com.geteventstore</groupId>
<artifactId>eventstore-client_2.11</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.geteventstore/eventstore-client_2.11/
implementation 'com.geteventstore:eventstore-client_2.11:2.2.2'
// https://jarcasting.com/artifacts/com.geteventstore/eventstore-client_2.11/
implementation ("com.geteventstore:eventstore-client_2.11:2.2.2")
'com.geteventstore:eventstore-client_2.11:jar:2.2.2'
<dependency org="com.geteventstore" name="eventstore-client_2.11" rev="2.2.2">
<artifact name="eventstore-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geteventstore', module='eventstore-client_2.11', version='2.2.2')
)
libraryDependencies += "com.geteventstore" % "eventstore-client_2.11" % "2.2.2"
[com.geteventstore/eventstore-client_2.11 "2.2.2"]