atrium-api-fluent-en_GB-jdk8
Used in: 
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
    <groupId>ch.tutteli.atrium</groupId>
    <artifactId>atrium-api-fluent-en_GB-jdk8</artifactId>
    <version>1.0.0</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>ch.tutteli.atrium</groupId>
  <artifactId>atrium-api-fluent-en_GB-jdk8</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <name>atrium-api-fluent</name>
  <description>A fluent expectation function API in en_GB with a focus on code completion</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>
    <developer>
      <id>robstoll</id>
      <name>Robert Stoll</name>
      <email>rstoll@tutteli.ch</email>
      <url>https://tutteli.ch</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/robstoll/atrium.git</connection>
    <developerConnection>scm:git:ssh://github.com/robstoll/atrium.git</developerConnection>
    <url>https://github.com/robstoll/atrium</url>
  </scm>
  <distributionManagement>
    <relocation>
      <groupId>ch.tutteli.atrium</groupId>
      <artifactId>atrium-api-fluent-jvm</artifactId>
      <version>1.0.0</version>
      <message>artifactId has changed</message>
    </relocation>
  </distributionManagement>
</project>