| License |
License |
|---|---|
| GroupId | GroupIdcom.meschbach.psi |
| ArtifactId | ArtifactIdpsi |
| Last Version | Last Version2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPSI
Phunctional System integration is a utility library to provide a simplified testing harness for automated Web Application testing. This particulare artifact is a Maven utility, creating a unifed package for the testing harness. Over time this should probably begin to contain useful utilities to the end user.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| psi-2.4.pom | |
| psi-2.4.jar | 1 KB |
| psi-2.4-javadoc.jar | 334 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.meschbach.psi/psi/ -->
<dependency>
<groupId>com.meschbach.psi</groupId>
<artifactId>psi</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.meschbach.psi/psi/
implementation 'com.meschbach.psi:psi:2.4'
// https://jarcasting.com/artifacts/com.meschbach.psi/psi/
implementation ("com.meschbach.psi:psi:2.4")
'com.meschbach.psi:psi:jar:2.4'
<dependency org="com.meschbach.psi" name="psi" rev="2.4">
<artifact name="psi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meschbach.psi', module='psi', version='2.4')
)
libraryDependencies += "com.meschbach.psi" % "psi" % "2.4"
[com.meschbach.psi/psi "2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.meschbach.psi : psi-core | jar | 2.4 |
| com.meschbach.psi : psi-util | jar | 2.4 |
| com.meschbach.psi : psi-jetty7 | jar | 2.4 |
| com.meschbach.psi : psi-tomcat6 | jar | 2.4 |
| org.testng : testng | jar | 5.14.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.meschbach.psi : psi-jetty6 | jar | 2.4 |
| com.meschbach.psi : echo-webapp | war | 2.4 |
| com.meschbach.psi : salutator | war | 2.4 |
| org.mortbay.jetty : jetty | jar | 6.1.26 |
| org.mockito : mockito-all | jar | 1.8.5 |