Last Version

Email Validator 1.0

Email validator is a simple wrapper to "javax.mail.internet.InternetAddress". The validation is accomplished by creating an "InternetAddress" object, calling "InternetAddress.validate()" and calling "InternetAddress.getAddress().equals()" to ensure the "value" is an "email" without "name".

License

License

GroupId

GroupId

mx.com.inftel.oss
ArtifactId

ArtifactId

email-validator
Version

Version

1.0
Type

Type

jar
Description

Description

Email Validator
Email validator is a simple wrapper to "javax.mail.internet.InternetAddress". The validation is accomplished by creating an "InternetAddress" object, calling "InternetAddress.validate()" and calling "InternetAddress.getAddress().equals()" to ensure the "value" is an "email" without "name".
Project URL

Project URL

https://github.com/santoszv/email-validator
Project Organization

Project Organization

INFTEL - Proveedor de Servicios de Aplicación
Source Code Management

Source Code Management

https://github.com/santoszv/email-validator

Download email-validator 1.0


<!-- https://jarcasting.com/artifacts/mx.com.inftel.oss/email-validator/ -->
<dependency>
    <groupId>mx.com.inftel.oss</groupId>
    <artifactId>email-validator</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/mx.com.inftel.oss/email-validator/
implementation 'mx.com.inftel.oss:email-validator:1.0'
// https://jarcasting.com/artifacts/mx.com.inftel.oss/email-validator/
implementation ("mx.com.inftel.oss:email-validator:1.0")
'mx.com.inftel.oss:email-validator:jar:1.0'
<dependency org="mx.com.inftel.oss" name="email-validator" rev="1.0">
  <artifact name="email-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='mx.com.inftel.oss', module='email-validator', version='1.0')
)
libraryDependencies += "mx.com.inftel.oss" % "email-validator" % "1.0"
[mx.com.inftel.oss/email-validator "1.0"]

Dependencies

provided (2)

Group / Artifact Type Version
com.sun.mail : javax.mail jar 1.5.3
javax.validation : validation-api jar 1.1.0.Final

Project Modules

There are no modules declared in this project.