License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.ttdev |
ArtifactId | ArtifactIdwpt-sample-junit |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionwpt-sample-junit
A lightweight unit testing framework for Apache Wicket
|
Filename | Size |
---|---|
wpt-sample-junit-3.0.3.pom | |
wpt-sample-junit-3.0.3.war | 6 MB |
wpt-sample-junit-3.0.3-sources.jar | 7 KB |
wpt-sample-junit-3.0.3-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ttdev/wpt-sample-junit/ -->
<dependency>
<groupId>com.ttdev</groupId>
<artifactId>wpt-sample-junit</artifactId>
<version>3.0.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ttdev/wpt-sample-junit/
implementation 'com.ttdev:wpt-sample-junit:3.0.3'
// https://jarcasting.com/artifacts/com.ttdev/wpt-sample-junit/
implementation ("com.ttdev:wpt-sample-junit:3.0.3")
'com.ttdev:wpt-sample-junit:war:3.0.3'
<dependency org="com.ttdev" name="wpt-sample-junit" rev="3.0.3">
<artifact name="wpt-sample-junit" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ttdev', module='wpt-sample-junit', version='3.0.3')
)
libraryDependencies += "com.ttdev" % "wpt-sample-junit" % "3.0.3"
[com.ttdev/wpt-sample-junit "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.ttdev : wpt-runtime-spring | jar | 3.0.3 |
org.slf4j : slf4j-simple | jar | 1.6.2 |
org.apache.wicket : wicket-extensions | jar | 6.4.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
com.ttdev : wpt-core | jar | 3.0.3 |
junit : junit | jar | 4.8.1 |