MVN

org.patterntesting : patterntesting-check

Maven & Gradle

Jan 06, 2023
1 stars

patterntesting-check · PatternTesting Check (patterntesting-check) is a quality framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It provides different checks of known anti patterns (like using System.out for logging) but provides also a test framework for better testing.

<dependency>
    <groupId>org.patterntesting</groupId>
    <artifactId>patterntesting-check</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.patterntesting : patterntesting-check to add to Maven - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of org.patterntesting : patterntesting-check to add to Maven - All Versions:

Version Vulnerabilities Updated
2.3.x
patterntesting-check-2.3.0
2.2.x
patterntesting-check-2.2.20-YEARS
patterntesting-check-2.2.0
2.1.x
patterntesting-check-2.1.2
patterntesting-check-2.1.1
patterntesting-check-2.1.0
2.0.x
patterntesting-check-2.0.2
patterntesting-check-2.0.1
patterntesting-check-2.0.0
1.8.x
patterntesting-check-1.8.0
1.7.x
patterntesting-check-1.7.2
patterntesting-check-1.7.1
patterntesting-check-1.7.0
1.6.x
patterntesting-check-1.6.3
patterntesting-check-1.6.2
patterntesting-check-1.6.1
patterntesting-check-1.6.0
1.5.x
patterntesting-check-1.5.2
patterntesting-check-1.5.1
patterntesting-check-1.5.0
1.4.x
patterntesting-check-1.4.3
patterntesting-check-1.4.2
patterntesting-check-1.4.1
patterntesting-check-1.4.0
1.3.x
patterntesting-check-1.3.0
1.2.x
patterntesting-check-1.2.20
patterntesting-check-1.2.10-YEARS
patterntesting-check-1.2.0
1.1.x
patterntesting-check-1.1.0
1.0.x
patterntesting-check-1.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.patterntesting</groupId>
    <artifactId>patterntesting-check</artifactId>
    <version>2.3.0</version>
</dependency>