ExpectJ

ExpectJ is a Java re-implementation of the venerable TCL Expect utility. It can be used to script interaction with either a process (through stdin / stdout) or a telnet session.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.expectj
ArtifactId

ArtifactId

expectj
Last Version

Last Version

2.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

ExpectJ
ExpectJ is a Java re-implementation of the venerable TCL Expect utility. It can be used to script interaction with either a process (through stdin / stdout) or a telnet session.
Project URL

Project URL

http://expectj.sourceforge.net
Source Code Management

Source Code Management

http://expectj.bzr.sourceforge.net/

Download expectj

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.1
com.jcraft : jsch jar 0.1.42

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
org.mockito : mockito-core jar 1.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.7
2.0.6
2.0.5
2.0.4
2.0.2
2.0.1
2.0