Last Version

ExpectIt :: Parent 0.9.0

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.expectit
ArtifactId

ArtifactId

expectit-parent
Version

Version

0.9.0
Type

Type

pom
Description

Description

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

Project URL

https://github.com/Alexey1Gavrilov/expectit
Project Organization

Project Organization

Alexey Gavrilov and contributors
Source Code Management

Source Code Management

https://github.com/Alexey1Gavrilov/expectit

Download expectit-parent 0.9.0

Filename Size
expectit-parent-0.9.0.pom 11 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • expectit-core
  • expectit-ant