MVN

net.sf.expectit : expectit-parent

Maven & Gradle

Jan 09, 2018
157 stars

ExpectIt :: Parent · Yet another pure Java(tm) implementation of the Unix Expect tool. It designed to be simple, easy to use and extensible.

<dependency>
    <groupId>net.sf.expectit</groupId>
    <artifactId>expectit-parent</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.expectit : expectit-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of net.sf.expectit : expectit-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
expectit-parent-0.9.0
0.8.x
expectit-parent-0.8.3
expectit-parent-0.8.2
expectit-parent-0.8.1
expectit-parent-0.8.0
0.7.x
expectit-parent-0.7.0
0.6.x
expectit-parent-0.6.1
expectit-parent-0.6.0
0.5.x
expectit-parent-0.5.0
0.4.x
expectit-parent-0.4.0
0.3.x
expectit-parent-0.3.1
expectit-parent-0.3.0
0.2.x
expectit-parent-0.2.3
expectit-parent-0.2.2
expectit-parent-0.2.1
expectit-parent-0.2.0
0.1.x
expectit-parent-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.expectit</groupId>
    <artifactId>expectit-parent</artifactId>
    <version>0.9.0</version>
</dependency>

Advertisement