voting-reward-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.unafraid</groupId>
<artifactId>voting-reward-api</artifactId>
<version>1.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.unafraid</groupId>
<artifactId>voting-reward-api</artifactId>
<version>1.0.3</version>
<name>VotingRewardAPI</name>
<description>Voting Reward API for https://l2topzone.com</description>
<url>https://github.com/UnAfraid/VotingReward</url>
<licenses>
<license>
<name>GPLv3 License</name>
<url>https://opensource.org/licenses/GPL-3.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>UnAfraid</id>
<name>Rumen Nikiforov</name>
<email>unafraid89@gmail.com</email>
<organization>org.apache.maven.model.Organization@45681e8</organization>
<organizationUrl>https://l2junity.org</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:UnAfraid/VotingReward.git</connection>
<developerConnection>scm:git:git@github.com:UnAfraid/VotingReward.git</developerConnection>
<url>git@github.com:UnAfraid/VotingReward.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.unafraid</groupId>
<artifactId>voting-reward-provider</artifactId>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>