<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ch.tutteli.atrium</groupId>
  <artifactId>atrium-api-cc-en_GB</artifactId>
  <version>0.8.0</version>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.2.71</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.tutteli.atrium</groupId>
      <artifactId>atrium-api-cc-en_GB-common</artifactId>
      <version>0.8.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.tutteli.atrium</groupId>
      <artifactId>atrium-domain-builders</artifactId>
      <version>0.8.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>An assertion function API in en_GB with a focus on code completion for the JVM platform.It provides a fluent API in en_GB which is designed to ease the usage of code completion or in other words, the developer should be able to: start creating an assertion + code completion + . + code completion + . + and so on.</description>
  <url>https://github.com/robstoll/atrium</url>
  <licenses>
    <license>
      <name>European Union Public Licence, Version 1.2</name>
      <url>https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers/>
  <scm>
    <url>https://github.com/robstoll/atrium</url>
  </scm>
</project>
