Last Version

ExpectIt :: Java 8 Examples 0.9.0

Yet another pure Java(tm) implementation of the Unix Expect tool. It designed to be simple, easy to use and extensible.

License

License

Categories

Categories

Java 8 Languages Net
GroupId

GroupId

net.sf.expectit
ArtifactId

ArtifactId

expectit-java8
Version

Version

0.9.0
Type

Type

jar
Description

Description

ExpectIt :: Java 8 Examples
Yet another pure Java(tm) implementation of the Unix Expect tool. It designed to be simple, easy to use and extensible.
Project Organization

Project Organization

Alexey Gavrilov and contributors

Download expectit-java8 0.9.0


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

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.expectit : expectit-core jar 0.9.0

Project Modules

There are no modules declared in this project.