Skip to content

Commit

Permalink
Merge branch 'master' of github.com:egulias/EmailValidator4Scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Gulias Davis committed Jan 31, 2017
2 parents 78943ba + 0645f9b commit 351aef5
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,44 @@
# EmailValidator4Scala
RFC strict email validator for Scala

[![Build Status](https://travis-ci.org/egulias/EmailValidator4Scala.svg?branch=master)](https://travis-ci.org/egulias/EmailValidator4Scala)
[![Download](https://api.bintray.com/packages/egulias/maven/emailvalidator4scala/images/download.svg) ](https://bintray.com/egulias/maven/emailvalidator4scala/_latestVersion)

Simple RFC compliant EmailValidator for Scala.

**Suported RFCs**

[5321](http://www.rfcreader.com/#rfc5321), [5322](http://www.rfcreader.com/#rfc5322), [6530](http://www.rfcreader.com/#rfc6530), [6531](http://www.rfcreader.com/#rfc6531), [6532](http://www.rfcreader.com/#rfc6532).

Install it!
-----------
EmailValidator4Scala is available on [JCenter]!!!

```groovy
dependencies {
compile 'com.egulias:emailvalidator4scala_2.11:0.4.0'
}
```

```xml
<dependency>
<groupId>com.egulias</groupId>
<artifactId>emailvalidator4scala_2.11</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
```

[JCenter]: https://bintray.com/egulias/maven/emailvalidator4scala

Getting Started
---------------

```scala

```

Licence
-----------
Released under the MIT License attached with this code in the LICENSE file.


0 comments on commit 351aef5

Please sign in to comment.