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