Last Version

HTTP-SSE standalone server 1.0.1

A standalone HTTP SSE server can be bootstrapped 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-se
Version

Version

1.0.1
Type

Type

jar
Description

Description

HTTP-SSE standalone server
A standalone HTTP SSE server can be bootstrapped 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.

Download http-sse-se 1.0.1


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

Dependencies

compile (6)

Group / Artifact Type Version
com.ai-republic : http-sse-impl jar 1.0.1
com.ai-republic : http-common jar 1.0.0
com.ai-republic : reflections jar 1.0.0
jakarta.enterprise : jakarta.enterprise.cdi-api jar 2.0.1
org.glassfish.hk2.external : jakarta.inject jar 2.5.0
jakarta.annotation : jakarta.annotation-api jar 1.3.4

provided (1)

Group / Artifact Type Version
org.apache.openwebbeans : openwebbeans-se jar 2.0.11

Project Modules

There are no modules declared in this project.