How to install the Java artifact com.swirl.swirl-sdk-android with Maven
Java
Maven
pom.xml
com.swirl
swirl-sdk-android
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.swirl</groupId>
<artifactId>swirl-sdk-android</artifactId>
<version>3.0</version>
</dependency>
/<dependencies>