API Hook-up
Easy to understand and use
Registering the API in your project
Maven
<dependency>
<groupId>com.reussy.development.challenges</groupId>
<artifactId>api</artifactId>
<version>1.0.0-BETA</version>
<scope>system</scope>
<systemPath>${project.basedir}\libs\Challenges-API.jar</systemPath>
</dependency>Gradle
implementation fileTree(include: ['Challenges-API.jar'], dir: 'libs')Obtaining and using the API
Retrieving the service
Change challenge wins
Last updated