| License |
License |
|---|---|
| GroupId | GroupIdcom.ttdev |
| ArtifactId | ArtifactIdwpt-runtime |
| Last Version | Last Version3.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwpt-runtime
A lightweight unit testing framework for Apache Wicket
|
| Filename | Size |
|---|---|
| wpt-runtime-3.0.3.pom | |
| wpt-runtime-3.0.3.jar | 7 KB |
| wpt-runtime-3.0.3-sources.jar | 5 KB |
| wpt-runtime-3.0.3-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ttdev/wpt-runtime/ -->
<dependency>
<groupId>com.ttdev</groupId>
<artifactId>wpt-runtime</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ttdev/wpt-runtime/
implementation 'com.ttdev:wpt-runtime:3.0.3'
// https://jarcasting.com/artifacts/com.ttdev/wpt-runtime/
implementation ("com.ttdev:wpt-runtime:3.0.3")
'com.ttdev:wpt-runtime:jar:3.0.3'
<dependency org="com.ttdev" name="wpt-runtime" rev="3.0.3">
<artifact name="wpt-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ttdev', module='wpt-runtime', version='3.0.3')
)
libraryDependencies += "com.ttdev" % "wpt-runtime" % "3.0.3"
[com.ttdev/wpt-runtime "3.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.wicket : wicket | pom | 6.4.0 |
| org.apache.wicket : wicket-ioc | jar | 6.4.0 |
| org.apache.wicket : wicket-extensions | jar | 6.4.0 |
| org.eclipse.jetty.orbit : javax.servlet | jar | 3.0.0.v201112011016 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 5.13.1 |