License |
License |
---|---|
GroupId | GroupIdcom.meschbach.psi |
ArtifactId | ArtifactIdpsi-util |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPSI Utilities
Reusable utility classes for interacting with PSI components. This includes a series of components which are utilized in testing the system.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
psi-util-2.4.pom | |
psi-util-2.4.jar | 17 KB |
psi-util-2.4-sources.jar | 22 KB |
psi-util-2.4-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.meschbach.psi/psi-util/ -->
<dependency>
<groupId>com.meschbach.psi</groupId>
<artifactId>psi-util</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.meschbach.psi/psi-util/
implementation 'com.meschbach.psi:psi-util:2.4'
// https://jarcasting.com/artifacts/com.meschbach.psi/psi-util/
implementation ("com.meschbach.psi:psi-util:2.4")
'com.meschbach.psi:psi-util:jar:2.4'
<dependency org="com.meschbach.psi" name="psi-util" rev="2.4">
<artifact name="psi-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meschbach.psi', module='psi-util', version='2.4')
)
libraryDependencies += "com.meschbach.psi" % "psi-util" % "2.4"
[com.meschbach.psi/psi-util "2.4"]
Group / Artifact | Type | Version |
---|---|---|
com.meschbach.psi : psi-core | jar | 2.4 |
net.sourceforge.htmlunit : htmlunit | jar | 2.8 |
org.testng : testng | jar | 5.14.6 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |