Last Version

HTTP-SSE 1.0.1

Libraries for receiving and sending SSE (Server-Sent-Events). SSE producers and consumers can be defined via annotations. A standalone mode is also provided including SSL support.

License

License

GroupId

GroupId

com.ai-republic
ArtifactId

ArtifactId

http-sse
Version

Version

1.0.1
Type

Type

pom
Description

Description

HTTP-SSE
Libraries for receiving and sending SSE (Server-Sent-Events). SSE producers and consumers can be defined via annotations. A standalone mode is also provided including SSL support.
Project URL

Project URL

https://github.com/ai-republic/http-sse
Source Code Management

Source Code Management

https://github.com/ai-republic/http-sse

Download http-sse 1.0.1

Filename Size
http-sse-1.0.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.ai-republic/http-sse/ -->
<dependency>
    <groupId>com.ai-republic</groupId>
    <artifactId>http-sse</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ai-republic/http-sse/
implementation 'com.ai-republic:http-sse:1.0.1'
// https://jarcasting.com/artifacts/com.ai-republic/http-sse/
implementation ("com.ai-republic:http-sse:1.0.1")
'com.ai-republic:http-sse:pom:1.0.1'
<dependency org="com.ai-republic" name="http-sse" rev="1.0.1">
  <artifact name="http-sse" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ai-republic', module='http-sse', version='1.0.1')
)
libraryDependencies += "com.ai-republic" % "http-sse" % "1.0.1"
[com.ai-republic/http-sse "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
jakarta.enterprise : jakarta.enterprise.cdi-api jar 2.0.1
org.glassfish.hk2.external : jakarta.inject jar 2.6.0
jakarta.annotation : jakarta.annotation-api jar 1.3.4

Project Modules

  • http-sse-api
  • http-sse-impl
  • http-sse-se
  • http-sse-test