| License |
License |
|---|---|
| GroupId | GroupIdcom.meschbach.psi |
| ArtifactId | ArtifactIdpsi-core |
| Last Version | Last Version2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPSI Core
Phunctional System integration is a utility library to provide a simplified testing harness for automated Web Application testing.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| psi-core-2.4.pom | |
| psi-core-2.4.jar | 7 KB |
| psi-core-2.4-sources.jar | 12 KB |
| psi-core-2.4-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.meschbach.psi/psi-core/ -->
<dependency>
<groupId>com.meschbach.psi</groupId>
<artifactId>psi-core</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.meschbach.psi/psi-core/
implementation 'com.meschbach.psi:psi-core:2.4'
// https://jarcasting.com/artifacts/com.meschbach.psi/psi-core/
implementation ("com.meschbach.psi:psi-core:2.4")
'com.meschbach.psi:psi-core:jar:2.4'
<dependency org="com.meschbach.psi" name="psi-core" rev="2.4">
<artifact name="psi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meschbach.psi', module='psi-core', version='2.4')
)
libraryDependencies += "com.meschbach.psi" % "psi-core" % "2.4"
[com.meschbach.psi/psi-core "2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.meschbach.cise : cise-oss | jar | 2.4 |
| org.testng : testng | jar | 5.14.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.8.5 |