Download esjc-2.0.0.jar file - Jar e

Jar examples for e:esjc

Description

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

You can download jar file esjc 2.0.0 in this page.

License

MIT License

Build File

You can use the following script to add esjc-2.0.0.jar to your project.

<dependency>
   <groupId>com.github.msemys</groupId>
   <artifactId>esjc</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.github.msemys', name: 'esjc', version: '2.0.0'
libraryDependencies += "com.github.msemys" % "esjc" % "2.0.0"
<dependency org="com.github.msemys" name="esjc" rev="2.0.0"/>
@Grapes(@Grab(group='com.github.msemys', module='esjc', version='2.0.0'))
'com.github.msemys:esjc:jar:2.0.0'

Download

Click the following link to download the jar file.

esjc-2.0.0-javadoc.jar
esjc-2.0.0-sources.jar
esjc-2.0.0.jar
esjc-2.0.0.pom



Related Tutorials