is not current version
Last Version 0.9.0

net.sf.expectit:expectit-parent 0.2.0

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

Categories

Categories

Net
GroupId

GroupId

net.sf.expectit
ArtifactId

ArtifactId

expectit-parent
Version

Version

0.2.0
Type

Type

pom

Download expectit-parent 0.2.0


<!-- https://jarcasting.com/artifacts/net.sf.expectit/expectit-parent/ -->
<dependency>
    <groupId>net.sf.expectit</groupId>
    <artifactId>expectit-parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.expectit/expectit-parent/
implementation 'net.sf.expectit:expectit-parent:0.2.0'
// https://jarcasting.com/artifacts/net.sf.expectit/expectit-parent/
implementation ("net.sf.expectit:expectit-parent:0.2.0")
'net.sf.expectit:expectit-parent:pom:0.2.0'
<dependency org="net.sf.expectit" name="expectit-parent" rev="0.2.0">
  <artifact name="expectit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.expectit', module='expectit-parent', version='0.2.0')
)
libraryDependencies += "net.sf.expectit" % "expectit-parent" % "0.2.0"
[net.sf.expectit/expectit-parent "0.2.0"]