is not current version
Last Version 1.0.1

com.ai-republic:http-sse 1.0.0

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.

GroupId

GroupId

com.ai-republic
ArtifactId

ArtifactId

http-sse
Version

Version

1.0.0
Type

Type

pom

Download http-sse 1.0.0

Filename Size
http-sse-1.0.0.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.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ai-republic/http-sse/
implementation 'com.ai-republic:http-sse:1.0.0'
// https://jarcasting.com/artifacts/com.ai-republic/http-sse/
implementation ("com.ai-republic:http-sse:1.0.0")
'com.ai-republic:http-sse:pom:1.0.0'
<dependency org="com.ai-republic" name="http-sse" rev="1.0.0">
  <artifact name="http-sse" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ai-republic', module='http-sse', version='1.0.0')
)
libraryDependencies += "com.ai-republic" % "http-sse" % "1.0.0"
[com.ai-republic/http-sse "1.0.0"]