is not current version
Last Version 2.5.0

com.github.msemys:esjc 1.3.0

EventStore client for Java 8 that uses Netty for network communication.

GroupId

GroupId

com.github.msemys
ArtifactId

ArtifactId

esjc
Version

Version

1.3.0
Type

Type

jar

Download esjc 1.3.0


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