reactive-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.bright-room.endpoint-gate</groupId>
<artifactId>reactive-core</artifactId>
<version>0.2.1</version>
</dependency><?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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>net.bright-room.endpoint-gate</groupId>
<artifactId>reactive-core</artifactId>
<version>0.2.1</version>
<name>reactive-core</name>
<description>repo</description>
<url>https://github.com/bright-room/endpoint-gate</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://api.github.com/licenses/mit</url>
</license>
</licenses>
<developers>
<developer>
<id>kukv</id>
<name>Koki Nonaka</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/bright-room/endpoint-gate.git</connection>
<developerConnection>scm:git:git@github.com:bright-room/endpoint-gate.git</developerConnection>
<url>https://github.com/bright-room/endpoint-gate</url>
</scm>
<issueManagement>
<url>https://github.com/bright-room/endpoint-gate/issues</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>2025.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>net.bright-room.endpoint-gate</groupId>
<artifactId>core</artifactId>
<version>0.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.8.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>