MVN

net.sandrohc : reactive-jikan

Maven & Gradle

Nov 19, 2022
23 stars

Reactive Jikan · A fast and fully-typed API wrapper for Jikan - an unofficial MyAnimeList API - with the power of Project Reactor and reactive streams. ⚡

<dependency>
    <groupId>net.sandrohc</groupId>
    <artifactId>reactive-jikan</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sandrohc : reactive-jikan to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of net.sandrohc : reactive-jikan to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
reactive-jikan-2.2.0
2.1.x
reactive-jikan-2.1.0
2.0.x
reactive-jikan-2.0.0
1.1.x
reactive-jikan-1.1.0
1.0.x
reactive-jikan-1.0.2
reactive-jikan-1.0.1
reactive-jikan-1.0.0
0.1.x
reactive-jikan-0.1.2
reactive-jikan-0.1.1
reactive-jikan-0.1.0

How to add a dependency to Maven

Add the following net.sandrohc : reactive-jikan maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sandrohc</groupId>
    <artifactId>reactive-jikan</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sandrohc : reactive-jikan gradle dependency to your build.gradle file:

implementation 'net.sandrohc:reactive-jikan:2.2.0'

Gradle Kotlin DSL: Add the following net.sandrohc : reactive-jikan gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sandrohc:reactive-jikan:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sandrohc : reactive-jikan sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sandrohc" % "reactive-jikan" % "2.2.0"