EventStore Java Client

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

License

License

GroupId

GroupId

com.github.msemys
ArtifactId

ArtifactId

esjc
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

EventStore Java Client
EventStore client for Java 8 that uses Netty for network communication.
Project URL

Project URL

https://github.com/msemys/esjc

Download esjc

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
io.netty : netty-transport jar 4.1.73.Final
io.netty : netty-handler jar 4.1.73.Final
io.netty : netty-codec jar 4.1.73.Final
io.netty : netty-codec-http jar 4.1.73.Final
com.google.protobuf : protobuf-java jar 2.6.1
com.google.code.gson : gson jar 2.8.9
org.slf4j : slf4j-api jar 1.7.35

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
ch.qos.logback : logback-classic jar 1.2.10

Project Modules

There are no modules declared in this project.

Versions

Version
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0