License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.expectj |
ArtifactId | ArtifactIdexpectj |
Last Version | Last Version2.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExpectJ
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
expectj-2.0.7.pom | |
expectj-2.0.7.jar | 33 KB |
expectj-2.0.7-sources.jar | 26 KB |
expectj-2.0.7-javadoc.jar | 66 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
com.jcraft : jsch | jar | 0.1.42 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.mockito : mockito-core | jar | 1.8.2 |