MVN

io.github.robertograham : fortnite-api-rest-client

Maven & Gradle

Sep 03, 2018
2 stars

Provides access to the Fortnite REST API

<dependency>
    <groupId>io.github.robertograham</groupId>
    <artifactId>fortnite-api-rest-client</artifactId>
    <version>5.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.robertograham : fortnite-api-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.0

All Versions

Choose a version of io.github.robertograham : fortnite-api-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
fortnite-api-rest-client-5.3.0
5.2.x
fortnite-api-rest-client-5.2.1
fortnite-api-rest-client-5.2.0
5.1.x
fortnite-api-rest-client-5.1.3
fortnite-api-rest-client-5.1.2
fortnite-api-rest-client-5.1.1
fortnite-api-rest-client-5.1.0
5.0.x
fortnite-api-rest-client-5.0.3
fortnite-api-rest-client-5.0.1
fortnite-api-rest-client-5.0.0
4.3.x
fortnite-api-rest-client-4.3.0
4.2.x
fortnite-api-rest-client-4.2.2
fortnite-api-rest-client-4.2.1
fortnite-api-rest-client-4.2.0
4.1.x
fortnite-api-rest-client-4.1.0
4.0.x
fortnite-api-rest-client-4.0.1
fortnite-api-rest-client-4.0.0
3.0.x
fortnite-api-rest-client-3.0.0
2.2.x
fortnite-api-rest-client-2.2.0
2.1.x
fortnite-api-rest-client-2.1.1
fortnite-api-rest-client-2.1.0
2.0.x
fortnite-api-rest-client-2.0.0
1.0.x
fortnite-api-rest-client-1.0.0

How to add a dependency to Maven

Add the following io.github.robertograham : fortnite-api-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.robertograham</groupId>
    <artifactId>fortnite-api-rest-client</artifactId>
    <version>5.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.robertograham : fortnite-api-rest-client gradle dependency to your build.gradle file:

implementation 'io.github.robertograham:fortnite-api-rest-client:5.3.0'

Gradle Kotlin DSL: Add the following io.github.robertograham : fortnite-api-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.robertograham:fortnite-api-rest-client:5.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.robertograham : fortnite-api-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.robertograham" % "fortnite-api-rest-client" % "5.3.0"

Advertisement