Download esjc-1.5.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 1.5.0 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

esjc-1.5.0-javadoc.jar
esjc-1.5.0-sources.jar
esjc-1.5.0.jar
esjc-1.5.0.pom



Related Tutorials