Download expectj-2.0.7.jar file - Jar e

Jar examples for e:expectj

Description

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.

License

GNU Lesser General Public License 2.1

Build File

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'

Download

Click the following link to download the jar file.

expectj-2.0.7-javadoc.jar
expectj-2.0.7-sources.jar
expectj-2.0.7.jar
expectj-2.0.7.pom



Related Tutorials