Download scala-phonenumber_2.10-0.3.jar file - Jar s

Jar examples for s:scala-phonenumber-2.10

Description

This will eventually be a port of Google's libphonenumber to Scala. For now, because I need this functionality quick, it simply wraps libphonenumber. It is NOT complete by any means. I've only added the functionality that I needed. Currently you get a PhoneNumber case class that assumes the country is USA when you don't pass the country in. While you can pass the country in, the only country defined is USA. If you're interested in more from this library, report an issue or send me a pull request. I want to complete it and slowly remove the dependency on Google's libphonenumber

You can download jar file scala-phonenumber_2.10 0.3 in this page.

License

Apache 2.0

Build File

You can use the following script to add scala-phonenumber_2.10-0.3.jar to your project.

<dependency>
   <groupId>com.oglowo</groupId>
   <artifactId>scala-phonenumber_2.10</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'com.oglowo', name: 'scala-phonenumber_2.10', version: '0.3'
libraryDependencies += "com.oglowo" % "scala-phonenumber_2.10" % "0.3"
<dependency org="com.oglowo" name="scala-phonenumber_2.10" rev="0.3"/>
@Grapes(@Grab(group='com.oglowo', module='scala-phonenumber_2.10', version='0.3'))
'com.oglowo:scala-phonenumber_2.10:jar:0.3'

Download

Click the following link to download the jar file.

scala-phonenumber_2.10-0.3-javadoc.jar
scala-phonenumber_2.10-0.3-sources.jar
scala-phonenumber_2.10-0.3.jar
scala-phonenumber_2.10-0.3.pom



Related Tutorials