Last Version

patterntesting-samples 1.8.0

PatternTesting Samples (patterntesting-samples) is a collection of samples how to use the PatternTesting framework. It uses patterntesting-rt, patterntesting-check, patterntesting-concurrent and patterntesting-exception to give you some ideas how to use it.

License

License

GroupId

GroupId

org.patterntesting
ArtifactId

ArtifactId

samples
Version

Version

1.8.0
Type

Type

pom
Description

Description

patterntesting-samples
PatternTesting Samples (patterntesting-samples) is a collection of samples how to use the PatternTesting framework. It uses patterntesting-rt, patterntesting-check, patterntesting-concurrent and patterntesting-exception to give you some ideas how to use it.
Project URL

Project URL

http://patterntesting.org/release/samples/
Project Organization

Project Organization

PatternTesting Team
Source Code Management

Source Code Management

http://patterntesting.cvs.sourceforge.net/viewvc/patterntesting/PatternTesting10/patterntesting-samples/

Download samples 1.8.0

Filename Size
samples-1.8.0.pom 8 KB
Browse

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

Dependencies

compile (21)

Group / Artifact Type Version
org.patterntesting : patterntesting-rt jar 1.8.0
org.patterntesting : patterntesting-check-ct jar 1.8.0
org.patterntesting : patterntesting-check-rt jar 1.8.0
org.patterntesting : patterntesting-concurrent jar 1.8.0
org.patterntesting : patterntesting-exception jar 1.8.0
com.jamonapi : jamon jar 2.75
oro : oro jar 2.0.8
org.mortbay.jetty : jetty-embedded jar 6.1.26
tomcat : jasper-compiler jar 5.5.15
tomcat : jasper-runtime jar 5.5.15
javax.servlet.jsp : jsp-api jar 2.1
org.eclipse.jdt : core jar 3.1.1
org.apache.ant : ant jar 1.7.1
commons-el : commons-el jar 1.0
junit : junit jar [4.5,4.12]
org.apache.cactus : cactus.core.framework.uberjar.javaEE.15 jar 1.8.1
org.aspectj : aspectjrt jar 1.8.7
org.apache.commons : commons-lang3 jar 3.5
org.hamcrest : hamcrest-library jar 1.3
org.apache.logging.log4j : log4j-api jar [2.6.2,2.7]
org.apache.logging.log4j : log4j-core jar [2.6.2,2.7]

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

Project Modules

  • intro
  • jfs2010
  • misc