e

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.
http://expectj.sourceforge.net
GNU Lesser General Public License 2.1
Sachin Shekar Shetty Johan Walles
Files download
File Operation
expectj-2.0.7.jar download
expectj-2.0.7.pom download
expectj-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.expectj</groupId>
  <artifactId>expectj</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.expectj:expectj:2.0.7'
Gradle Kotlin
implementation("net.sourceforge.expectj:expectj:2.0.7")
Scala SBT
libraryDependencies += "net.sourceforge.expectj" % "expectj" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.expectj', module='expectj', version='2.0.7')
)
Apache Ivy
<dependency org="net.sourceforge.expectj" name="expectj" rev="2.0.7" />
Leiningen
[net.sourceforge.expectj/expectj "2.0.7"]
Apache Buildr
'net.sourceforge.expectj:expectj:jar:2.0.7'