не последняя версия
Последняя версия 0.9.0

net.sf.expectit:expectit-parent 0.3.1

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

Категории

Категории

Сеть
Группа

Группа

net.sf.expectit
Идентификатор

Идентификатор

expectit-parent
Версия

Версия

0.3.1
Тип

Тип

pom

Скачать expectit-parent 0.3.1

Имя Файла Размер
expectit-parent-0.3.1.pom 11 KB
Обзор

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