Download psi-core-2.4.jar file - Jar p

Jar examples for p:psi-core

Description

Phunctional System integration is a utility library to provide a simplified testing harness for automated Web Application testing.

You can download jar file psi-core 2.4 in this page.

Build File

You can use the following script to add psi-core-2.4.jar to your project.

<dependency>
   <groupId>com.meschbach.psi</groupId>
   <artifactId>psi-core</artifactId>
   <version>2.4</version>
</dependency>
compile group: 'com.meschbach.psi', name: 'psi-core', version: '2.4'
libraryDependencies += "com.meschbach.psi" % "psi-core" % "2.4"
<dependency org="com.meschbach.psi" name="psi-core" rev="2.4"/>
@Grapes(@Grab(group='com.meschbach.psi', module='psi-core', version='2.4'))
'com.meschbach.psi:psi-core:jar:2.4'

Download

Click the following link to download the jar file.

psi-core-2.4-javadoc.jar
psi-core-2.4-sources.jar
psi-core-2.4.jar
psi-core-2.4.pom



Related Tutorials