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