License |
License |
---|---|
Categories |
CategoriesNet Tape Data Data Structures |
GroupId | GroupIdnet.sourceforge.tapestrytestify |
ArtifactId | ArtifactIdtapestry-testify |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTapestry Testify
Enhanced testing facilities for Tapestry 5.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tapestry-testify-1.0.4.pom | |
tapestry-testify-1.0.4.jar | 30 KB |
tapestry-testify-1.0.4-sources.jar | 18 KB |
tapestry-testify-1.0.4-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.tapestrytestify/tapestry-testify/ -->
<dependency>
<groupId>net.sourceforge.tapestrytestify</groupId>
<artifactId>tapestry-testify</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.tapestrytestify/tapestry-testify/
implementation 'net.sourceforge.tapestrytestify:tapestry-testify:1.0.4'
// https://jarcasting.com/artifacts/net.sourceforge.tapestrytestify/tapestry-testify/
implementation ("net.sourceforge.tapestrytestify:tapestry-testify:1.0.4")
'net.sourceforge.tapestrytestify:tapestry-testify:jar:1.0.4'
<dependency org="net.sourceforge.tapestrytestify" name="tapestry-testify" rev="1.0.4">
<artifact name="tapestry-testify" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.tapestrytestify', module='tapestry-testify', version='1.0.4')
)
libraryDependencies += "net.sourceforge.tapestrytestify" % "tapestry-testify" % "1.0.4"
[net.sourceforge.tapestrytestify/tapestry-testify "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tapestry : tapestry-core | jar | 5.3.1 |
org.apache.tapestry : tapestry-test | jar | 5.3.1 |
junit : junit Optional | jar | 4.0 |
org.testng : testng | jar | 5.8 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
org.mockito : mockito-core | jar | 1.7 |