is not current version
Last Version 1.9

com.github.cverges:expect4j 1.7

A Java implementation of the standard Expect library

GroupId

GroupId

com.github.cverges
ArtifactId

ArtifactId

expect4j
Version

Version

1.7
Type

Type

jar

Download expect4j 1.7


<!-- https://jarcasting.com/artifacts/com.github.cverges/expect4j/ -->
<dependency>
    <groupId>com.github.cverges</groupId>
    <artifactId>expect4j</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cverges/expect4j/
implementation 'com.github.cverges:expect4j:1.7'
// https://jarcasting.com/artifacts/com.github.cverges/expect4j/
implementation ("com.github.cverges:expect4j:1.7")
'com.github.cverges:expect4j:jar:1.7'
<dependency org="com.github.cverges" name="expect4j" rev="1.7">
  <artifact name="expect4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cverges', module='expect4j', version='1.7')
)
libraryDependencies += "com.github.cverges" % "expect4j" % "1.7"
[com.github.cverges/expect4j "1.7"]