License |
License |
---|---|
GroupId | GroupIdcom.github.msemys |
ArtifactId | ArtifactIdesjc |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEventStore Java Client
EventStore client for Java 8 that uses Netty for network communication.
|
Project URL |
Project URL |
Filename | Size |
---|---|
esjc-2.5.0.pom | |
esjc-2.5.0.jar | 733 KB |
esjc-2.5.0-sources.jar | 198 KB |
esjc-2.5.0-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
ch.qos.logback : logback-classic | jar | 1.2.10 |