How to install the Java artifact org.bitbucket.javatek.phone with Maven
Java
Maven
pom.xml
org.bitbucket.javatek
phone
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>org.bitbucket.javatek</groupId>
<artifactId>phone</artifactId>
<version>1.0</version>
</dependency>
/<dependencies>