is not current version
Last Version 2.2.20-YEARS

org.patterntesting:patterntesting-parent 1.0.3

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

1.0.3
Type

Type

pom

Download patterntesting-parent 1.0.3


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