jaap-testing
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tk.labyrinth</groupId>
<artifactId>jaap-testing</artifactId>
<version>0.4.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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">
<modelVersion>4.0.0</modelVersion>
<!---->
<parent>
<groupId>tk.labyrinth</groupId>
<artifactId>jaap-parent</artifactId>
<version>0.4.2</version>
</parent>
<!---->
<artifactId>jaap-testing</artifactId>
<!---->
<name>${project.groupId}:${project.artifactId}</name>
<description>JAAP Testing</description>
<!---->
<dependencies>
<!-- COMPILE BEGIN -->
<dependency>
<!-- Scope promoted from test to compile -->
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${version.junit5}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>tk.labyrinth</groupId>
<artifactId>jaap-core</artifactId>
</dependency>
<!-- COMPILE END -->
<!---->
<!-- PROVIDED BEGIN -->
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
</dependency>
<!-- PROVIDED END -->
<!---->
<!-- RUNTIME BEGIN -->
<!-- RUNTIME END -->
<!---->
<!-- TEST BEGIN -->
<!-- TEST END -->
</dependencies>
<!---->
</project>