de.team33.patterns - Java Development by Andreas Kluge-Kaindl, Bremen (de)

Team33 Testing Library - Edition "titan"

Current Version

Description

Resources

Maven

Single dependency to de.team33.patterns:testing-titan ...

    <dependencies>
        ...
        <dependency>
            <groupId>de.team33.patterns</groupId>
            <artifactId>testing-titan</artifactId>
            <version>1.19.1</version>
        </dependency>
        ...
    </dependencies>

Multiple dependencies to group de.team33.patterns ...

Manage dependencies as described in patterns-bom and then simply declare your dependency as follows. ..

    <dependencies>
        ...
        <dependency>
            <groupId>de.team33.patterns</groupId>
            <artifactId>testing-titan</artifactId>
        </dependency>
        ...
    </dependencies>