credit-card-validator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>br.com.moip</groupId>
<artifactId>credit-card-validator</artifactId>
<version>0.0.9</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.moip</groupId>
<artifactId>credit-card-validator</artifactId>
<version>0.0.9</version>
<name>Credit Card Validator</name>
<description>Java Credit Card Validator</description>
<url>https://github.com/moip/credit-card-validator</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>MinocceliLucas</id>
<name>Lucas Minocceli</name>
<email>lucas.oliveira@moip.com.br</email>
</developer>
</developers>
<scm>
<connection>scm:git:ssh://git@github.com:moip/credit-card-validator.git</connection>
<developerConnection>scm:git:ssh://git@github.com:moip/credit-card-validator.git</developerConnection>
<url>https://github.com/moip/credit-card-validator</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>