reactive-jikan
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sandrohc</groupId> <artifactId>reactive-jikan</artifactId> <version>2.2.0</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.sandrohc</groupId> <artifactId>reactive-jikan</artifactId> <version>2.2.0</version> <name>Reactive Jikan</name> <description>A fast and fully-typed API wrapper for Jikan - an unofficial MyAnimeList API - with the power of Project Reactor and reactive streams. ⚡</description> <url>https://github.com/SandroHc/reactive-jikan</url> <licenses> <license> <name>GNU Lesser General Public License v2.1</name> <url>https://gnu.org/licenses/old-licenses/lgpl-2.1.en.html</url> </license> </licenses> <developers> <developer> <id>SandroHc</id> <name>Sandro Marques</name> <email>sandro123iv@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/SandroHc/reactive-jikan.git</connection> <developerConnection>scm:git:ssh://github.com/SandroHc/reactive-jikan.git</developerConnection> <url>https://github.com/SandroHc/reactive-jikan</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/SandroHc/reactive-jikan/issues</url> </issueManagement> <dependencies> <dependency> <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty</artifactId> <version>1.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.14.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.14.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> </dependencies> </project>