p

patterntesting-parent

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.
http://patterntesting.org/release/
The Apache Software License, Version 2.0
PatternTesting Team
Vincent Massol Matt Smith Oliver Boehm Christian Heise
Files download
File Operation
patterntesting-parent-1.7.0.pom download
Apache Maven
<dependency>
  <groupId>org.patterntesting</groupId>
  <artifactId>patterntesting-parent</artifactId>
  <version>1.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.patterntesting:patterntesting-parent:1.7.0'
Gradle Kotlin
implementation("org.patterntesting:patterntesting-parent:1.7.0")
Scala SBT
libraryDependencies += "org.patterntesting" % "patterntesting-parent" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.patterntesting', module='patterntesting-parent', version='1.7.0')
)
Apache Ivy
<dependency org="org.patterntesting" name="patterntesting-parent" rev="1.7.0" />
Leiningen
[org.patterntesting/patterntesting-parent "1.7.0"]
Apache Buildr
'org.patterntesting:patterntesting-parent:jar:1.7.0'