Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 809 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 809 Bytes

Requests

Maven Central

Installation

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.