| Group ID: |
io.github.captaingreenskin |
| Artifact ID: |
kairo-event-stream-sse |
| Version: |
0.8.0 |
| Last modified: |
01.06.2026 12:48 |
| Packaging: |
pom.sha512 |
| Name: |
Kairo :: Event Stream SSE Transport |
| Description: |
Server-Sent Events transport for Kairo's KairoEventBus, over Spring WebFlux |
|
|
| Size: |
8.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/github/captaingreenskin/kairo-event-stream-sse/0.8.0/kairo-event-stream-sse-0.8.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.captaingreenskin</groupId>
<artifactId>kairo-parent</artifactId>
<version>0.8.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>kairo-event-stream-sse</artifactId>
<version>0.8.0</version>
<name>Kairo :: Event Stream SSE Transport</name>
<description>Server-Sent Events transport for Kairo's KairoEventBus, over Spring WebFlux</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>io.github.captaingreenskin</groupId>
<artifactId>kairo-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.captaingreenskin</groupId>
<artifactId>kairo-event-stream</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.github.captaingreenskin</groupId>
<artifactId>kairo-event-stream-sse</artifactId>
<version>0.8.0</version>
</dependency>
|
| Gradle: |
io.github.captaingreenskin:kairo-event-stream-sse:0.8.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|