Last Version

HTTP-SSE Implementation 1.0.1

An implmeentation of the HTTP SSE API 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-impl
Version

Version

1.0.1
Type

Type

jar
Description

Description

HTTP-SSE Implementation
An implmeentation of the HTTP SSE API 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-impl 1.0.1


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

Dependencies

compile (4)

Group / Artifact Type Version
com.ai-republic : http-sse-api jar 1.0.1
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

There are no modules declared in this project.