Last Version

wicket-page-test 3.0.3

A lightweight unit testing framework for Apache Wicket

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

com.ttdev
ArtifactId

ArtifactId

wicket-page-test
Version

Version

3.0.3
Type

Type

pom
Description

Description

wicket-page-test
A lightweight unit testing framework for Apache Wicket
Project URL

Project URL

http://wicketpagetest.sourceforge.net
Source Code Management

Source Code Management

https://[email protected]/freemant2000/Wicket-Page-Test.git

Download wicket-page-test 3.0.3


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wpt-core
  • wpt-runtime
  • wpt-runtime-cdi
  • wpt-runtime-spring
  • wpt-runtime-guice
  • wpt-sample-spring
  • wpt-sample-junit
  • wpt-sample-plain
  • wpt-sample-guice
  • wpt-sample-cdi