net.joala:joala-bom:pom:1.2.1

This is the aggregator for the Joala project as well as the BOM (Bill of Materials) POM for Joala.

About Joala

Joala is a set of libraries to assist in writing tests based on JUnit testing framework. The origin of Joala is the concept of waiting in tests implemented in the module joala-conditions.

Dependency

<dependency>
  <groupId>net.joala</groupId>
  <artifactId>joala-bom</artifactId>
  <type>pom</type>
  <version>1.2.1</version>
</dependency>

Usage

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>net.joala</groupId>
      <artifactId>joala-bom</artifactId>
      <type>pom</type>
      <version>1.2.1</version>
      <scope>import</scope>
    </dependency>
  <dependencies>
<dependencyManagement>

Thanks to...

  • Lucidchart, used to create documentation graphics