Last updated 1 month ago
Add gptdriver client library to your dependencies. () e.g. for Apache Maven add the below to your pom.xml
<dependency> <groupId>io.mobileboost.gptdriver</groupId> <artifactId>gptdriver-client</artifactId> <version>1.3.1</version> </dependency>
Import the library in your java code
import io.mobileboost.gptdriver.GptDriver;