| License |
License |
|---|---|
| GroupId | GroupIdcom.ttdev |
| ArtifactId | ArtifactIdwpt-core |
| Last Version | Last Version3.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwpt-core
A lightweight unit testing framework for Apache Wicket
|
| Filename | Size |
|---|---|
| wpt-core-3.0.3.pom | |
| wpt-core-3.0.3.jar | 34 KB |
| wpt-core-3.0.3-sources.jar | 24 KB |
| wpt-core-3.0.3-javadoc.jar | 155 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ttdev/wpt-core/ -->
<dependency>
<groupId>com.ttdev</groupId>
<artifactId>wpt-core</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ttdev/wpt-core/
implementation 'com.ttdev:wpt-core:3.0.3'
// https://jarcasting.com/artifacts/com.ttdev/wpt-core/
implementation ("com.ttdev:wpt-core:3.0.3")
'com.ttdev:wpt-core:jar:3.0.3'
<dependency org="com.ttdev" name="wpt-core" rev="3.0.3">
<artifact name="wpt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ttdev', module='wpt-core', version='3.0.3')
)
libraryDependencies += "com.ttdev" % "wpt-core" % "3.0.3"
[com.ttdev/wpt-core "3.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ttdev : wpt-runtime | jar | 3.0.3 |
| org.seleniumhq.selenium : selenium-java | jar | 2.31.0 |
| org.eclipse.jetty.aggregate : jetty-all-server | jar | 8.1.9.v20130131 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 5.13.1 |