Jar examples for 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.
You can download jar file expectj 2.0.7 in this page.
GNU Lesser General Public License 2.1
You can use the following script to add expectj-2.0.7.jar to your project.
<dependency> <groupId>net.sourceforge.expectj</groupId> <artifactId>expectj</artifactId> <version>2.0.7</version> </dependency>
compile group: 'net.sourceforge.expectj', name: 'expectj', version: '2.0.7'
libraryDependencies += "net.sourceforge.expectj" % "expectj" % "2.0.7"
<dependency org="net.sourceforge.expectj" name="expectj" rev="2.0.7"/>
@Grapes(@Grab(group='net.sourceforge.expectj', module='expectj', version='2.0.7'))
'net.sourceforge.expectj:expectj:jar:2.0.7'
Click the following link to download the jar file.
expectj-2.0.7-javadoc.jar