Setup

Add gptdriver client library to your dependencies. (Maven Central) e.g. for Apache Maven add the below to your pom.xml

<dependency>
    <groupId>io.mobileboost.gptdriver</groupId>
    <artifactId>gptdriver-client</artifactId>
    <version>1.0.11</version>
</dependency>

Import the library in your java code

import io.mobileboost.gptdriver.GptDriver;

Last updated