не последняя версия
Последняя версия 2.5.0

com.github.msemys:esjc 2.1.0

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

Группа

Группа

com.github.msemys
Идентификатор

Идентификатор

esjc
Версия

Версия

2.1.0
Тип

Тип

jar

Скачать esjc 2.1.0


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