is not current version
Last Version 2.2.20-YEARS

org.patterntesting:patterntesting-parent 2.0.1

PatternTesting-Parent is the parent of the PatternTesting family. The goal of PatternTesting is to verify Architecture/Design recommendations and to write better code more easily. It uses AOP and AspectJ to perform this feat.

GroupId

GroupId

org.patterntesting
ArtifactId

ArtifactId

patterntesting-parent
Version

Version

2.0.1
Type

Type

pom

Download patterntesting-parent 2.0.1


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