MVN

com.ai-republic : http-sse

Maven & Gradle

Aug 23, 2019
0 stars

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.

<dependency>
    <groupId>com.ai-republic</groupId>
    <artifactId>http-sse</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ai-republic : http-sse to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.ai-republic : http-sse to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
http-sse-1.0.1
http-sse-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.ai-republic</groupId>
    <artifactId>http-sse</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement