junit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.henryssondaniel.teacup.engine</groupId>
<artifactId>junit</artifactId>
<version>1.1.4</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>io.github.henryssondaniel.teacup.engine</groupId>
<artifactId>junit</artifactId>
<version>1.1.4</version>
<name>io.github.henryssondaniel.teacup.engine:junit</name>
<description>Run Teacup tests with the JUnit engine</description>
<url>https://github.com/HenryssonDaniel/teacup-java-engine-junit</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Daniel Henrysson</name>
<email>henrysson.daniel@gmail.com</email>
<organization>Daniel Henrysson AB</organization>
<organizationUrl>https://github.com/HenryssonDaniel</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/HenryssonDaniel/teacup-java-engine-junit.git</connection>
<developerConnection>scm:git:ssh://github.com/HenryssonDaniel/teacup-java-engine-junit.git</developerConnection>
<url>https://github.com/HenryssonDaniel/teacup-java-engine-junit</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.henryssondaniel.teacup</groupId>
<artifactId>core</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.henryssondaniel.teacup</groupId>
<artifactId>engine</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.henryssondaniel.teacup</groupId>
<artifactId>protocol</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.6.0-M1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.6.0-M1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>