is not current version
Last Version 2.2.20-YEARS

org.patterntesting:patterntesting-check-ct 1.8.0

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").

GroupId

GroupId

org.patterntesting
ArtifactId

ArtifactId

patterntesting-check-ct
Version

Version

1.8.0
Type

Type

jar

Download patterntesting-check-ct 1.8.0


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