Last Version

Sse Eventbus Library 1.1.9

A simple eventbus library to track connected sse clients and broadcast messages

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

ch.rasc
ArtifactId

ArtifactId

sse-eventbus
Version

Version

1.1.9
Type

Type

jar
Description

Description

Sse Eventbus Library
A simple eventbus library to track connected sse clients and broadcast messages
Project URL

Project URL

https://github.com/ralscha/sse-eventbus/
Source Code Management

Source Code Management

https://github.com/ralscha/sse-eventbus.git

Download sse-eventbus 1.1.9


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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-webmvc jar
com.fasterxml.jackson.core : jackson-databind Optional jar 2.10.2
javax.annotation : javax.annotation-api jar 1.3.2

provided (1)

Group / Artifact Type Version
org.immutables : value jar 2.8.3

test (6)

Group / Artifact Type Version
junit : junit jar 4.13
org.assertj : assertj-core jar 3.15.0
org.springframework.boot : spring-boot-starter-web jar 1.5.21.RELEASE
org.springframework.boot : spring-boot-test jar 1.5.21.RELEASE
org.springframework : spring-test jar
com.squareup.okhttp3 : okhttp jar 4.4.0

Project Modules

There are no modules declared in this project.