License |
License |
---|---|
GroupId | GroupIdorg.openjax |
ArtifactId | ArtifactIdexpect |
Version | Version0.2.14 |
Type | Typejar |
Description |
DescriptionOpenJAX Expect
Module for the automation of interactive applications such as telnet, ftp,
passwd, fsck, rlogin, tip, etc. With this library you can wrap interactive
applications in any java code.
|
Project Organization |
Project OrganizationOpenJAX |
Filename | Size |
---|---|
expect-0.2.14.pom | |
expect-0.2.14.jar | 32 KB |
expect-0.2.14-tests.jar | 11 KB |
expect-0.2.14-sources.jar | 21 KB |
expect-0.2.14-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax/expect/ -->
<dependency>
<groupId>org.openjax</groupId>
<artifactId>expect</artifactId>
<version>0.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax/expect/
implementation 'org.openjax:expect:0.2.14'
// https://jarcasting.com/artifacts/org.openjax/expect/
implementation ("org.openjax:expect:0.2.14")
'org.openjax:expect:jar:0.2.14'
<dependency org="org.openjax" name="expect" rev="0.2.14">
<artifact name="expect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax', module='expect', version='0.2.14')
)
libraryDependencies += "org.openjax" % "expect" % "0.2.14"
[org.openjax/expect "0.2.14"]
Group / Artifact | Type | Version |
---|---|---|
org.libj : exec | jar | 0.8.11 |
org.openjax.jaxb : xjc | jar | 0.8.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |