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