<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>cl.emilym</groupId>
  <artifactId>contrast-accessibility</artifactId>
  <version>0.2.0</version>
  <name>contrast-accessibility</name>
  <description>Provides a utility class for checking contrast accessibility between colors and calculating contrast ratios using the standards defined in WCAG 2.1.</description>
  <url>"https://github.com/BenMMcLean/contrast-accessibility"</url>
  <licenses>
    <license />
  </licenses>
  <developers>
    <developer />
  </developers>
  <scm>
    <connection>"scm:git:git://github.com/BenMMcLean/contrast-accessibility"</connection>
    <developerConnection>"scm:git:ssh://github.com/BenMMcLean/contrast-accessibility"</developerConnection>
    <url>"https://github.com/BenMMcLean/contrast-accessibility"</url>
  </scm>
</project>
