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

Team33 Async Library - Edition "Thebe"

Current Version

Description

Resources

Maven

Single dependency to de.team33.testing:async-thebe ...

    <dependencies>
        ...
        <dependency>
            <groupId>de.team33.testing</groupId>
            <artifactId>async-thebe</artifactId>
            <version>1.1.1</version>
            <scope>test</scope>
        </dependency>
        ...
    </dependencies>

Multiple dependencies to group de.team33.testing ...

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

    <dependencies>
        ...
        <dependency>
            <groupId>de.team33.testing</groupId>
            <artifactId>async-thebe</artifactId>
        </dependency>
        ...
    </dependencies>