w

wes

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.
Files download
File Operation
wes-0.2.1.jar download
wes-0.2.1.pom download
wes-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.flowersinthesand</groupId>
  <artifactId>wes</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.flowersinthesand:wes:0.2.1'
Gradle Kotlin
implementation("io.github.flowersinthesand:wes:0.2.1")
Scala SBT
libraryDependencies += "io.github.flowersinthesand" % "wes" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.flowersinthesand', module='wes', version='0.2.1')
)
Apache Ivy
<dependency org="io.github.flowersinthesand" name="wes" rev="0.2.1" />
Leiningen
[io.github.flowersinthesand/wes "0.2.1"]
Apache Buildr
'io.github.flowersinthesand:wes:jar:0.2.1'