is not current version
Last Version 0.2.1

io.github.flowersinthesand:wes 0.1.2

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.

GroupId

GroupId

io.github.flowersinthesand
ArtifactId

ArtifactId

wes
Version

Version

0.1.2
Type

Type

jar

Download wes 0.1.2


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