License |
License |
---|---|
GroupId | GroupIdorg.patterntesting |
ArtifactId | ArtifactIdpatterntesting-parent |
Version | Version2.0.2 |
Type | Typepom |
Description |
DescriptionPatternTesting
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
patterntesting-parent-2.0.2.pom | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.patterntesting/patterntesting-parent/ -->
<dependency>
<groupId>org.patterntesting</groupId>
<artifactId>patterntesting-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-parent/
implementation 'org.patterntesting:patterntesting-parent:2.0.2'
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-parent/
implementation ("org.patterntesting:patterntesting-parent:2.0.2")
'org.patterntesting:patterntesting-parent:pom:2.0.2'
<dependency org="org.patterntesting" name="patterntesting-parent" rev="2.0.2">
<artifact name="patterntesting-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.patterntesting', module='patterntesting-parent', version='2.0.2')
)
libraryDependencies += "org.patterntesting" % "patterntesting-parent" % "2.0.2"
[org.patterntesting/patterntesting-parent "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
org.hamcrest : hamcrest-library | jar | 2.2 |