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

io.github.flowersinthesand:wes 0.1.1

The wes (Web Event Source) is an abstraction layer in the form of event source for various event-driven asynchronous web client and server that runs on the JVM allowing the end user to choose the desired library.

Группа

Группа

io.github.flowersinthesand
Идентификатор

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

wes
Версия

Версия

0.1.1
Тип

Тип

jar

Скачать wes 0.1.1

Имя Файла Размер
wes-0.1.1.pom
wes-0.1.1.jar 20 KB
wes-0.1.1-sources.jar 15 KB
wes-0.1.1-javadoc.jar 142 KB
Обзор

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