How to install the Java artifact com.github.dementhius.battlenet-oauth2 with Maven
Java
Maven
pom.xml
com.github.dementhius
battlenet-oauth2
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.github.dementhius</groupId>
<artifactId>battlenet-oauth2</artifactId>
<version>0.0.2</version>
</dependency>
/dependencies>