is not current version
Last Version 2.2.20-YEARS

patterntesting-check-ct 2.1.2

PatternTesting Check.CT (patterntesting-check-ct) 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. The checks are done during compile time (this is the "CT" in Check.CT").

License

License

GroupId

GroupId

org.patterntesting
ArtifactId

ArtifactId

patterntesting-check-ct
Version

Version

2.1.2
Type

Type

jar
Description

Description

patterntesting-check-ct
PatternTesting Check.CT (patterntesting-check-ct) 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. The checks are done during compile time (this is the "CT" in Check.CT").
Project URL

Project URL

http://patterntesting.org/release/check/ct/
Project Organization

Project Organization

PatternTesting Team

Download patterntesting-check-ct 2.1.2


<!-- https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-ct/ -->
<dependency>
    <groupId>org.patterntesting</groupId>
    <artifactId>patterntesting-check-ct</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-ct/
implementation 'org.patterntesting:patterntesting-check-ct:2.1.2'
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-ct/
implementation ("org.patterntesting:patterntesting-check-ct:2.1.2")
'org.patterntesting:patterntesting-check-ct:jar:2.1.2'
<dependency org="org.patterntesting" name="patterntesting-check-ct" rev="2.1.2">
  <artifact name="patterntesting-check-ct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.patterntesting', module='patterntesting-check-ct', version='2.1.2')
)
libraryDependencies += "org.patterntesting" % "patterntesting-check-ct" % "2.1.2"
[org.patterntesting/patterntesting-check-ct "2.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.patterntesting : patterntesting-rt jar 2.1.2

provided (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0

test (4)

Group / Artifact Type Version
org.patterntesting : patterntesting-tools jar 2.1.2
xmlunit : xmlunit jar 1.6
org.junit.jupiter : junit-jupiter-engine jar 5.6.0
org.hamcrest : hamcrest-library jar 2.2

Project Modules

There are no modules declared in this project.