License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Gatling Application Testing & Monitoring |
GroupId | GroupIdcom.vanillasource.wicket-gatling |
ArtifactId | ArtifactIdwicket-gatling |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket integration to Gatling
Makes Wicket links, ajax links, forms easily available for Gatling scripts.
|
Project URL |
Project URL |
Filename | Size |
---|---|
wicket-gatling-1.0.1.pom | |
wicket-gatling-1.0.1.jar | 53 KB |
wicket-gatling-1.0.1-sources.jar | 6 KB |
wicket-gatling-1.0.1-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vanillasource.wicket-gatling/wicket-gatling/ -->
<dependency>
<groupId>com.vanillasource.wicket-gatling</groupId>
<artifactId>wicket-gatling</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vanillasource.wicket-gatling/wicket-gatling/
implementation 'com.vanillasource.wicket-gatling:wicket-gatling:1.0.1'
// https://jarcasting.com/artifacts/com.vanillasource.wicket-gatling/wicket-gatling/
implementation ("com.vanillasource.wicket-gatling:wicket-gatling:1.0.1")
'com.vanillasource.wicket-gatling:wicket-gatling:jar:1.0.1'
<dependency org="com.vanillasource.wicket-gatling" name="wicket-gatling" rev="1.0.1">
<artifact name="wicket-gatling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vanillasource.wicket-gatling', module='wicket-gatling', version='1.0.1')
)
libraryDependencies += "com.vanillasource.wicket-gatling" % "wicket-gatling" % "1.0.1"
[com.vanillasource.wicket-gatling/wicket-gatling "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.gatling : gatling-http | jar | 2.0.3 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 2.2.2 |