Please visit the Maven Central Repository for instructions on how to add Requests to your project.
However, for Maven at a glanc, add this to your pom.xml
:
<dependencies>
<dependency>
<groupId>io.github.ModularEnigma</groupId>
<artifactId>Requests</artifactId>
<version>{$version}</version>
</dependency>
</dependencies>
Where {$version}
is replaced with the blue version text from the badge above.