| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Сеть |
| Группа | Группаnet.sf.expectit |
| Идентификатор | Идентификаторexpectit-ant |
| Версия | Версия0.9.0 |
| Тип | Типjar |
| Описание |
ОписаниеExpectIt :: Ant Integration
Yet another pure Java(tm) implementation of the Unix Expect tool. It designed to be simple, easy
to use and extensible.
|
| Организация-разработчик |
Организация-разработчикAlexey Gavrilov and contributors |
| Имя Файла | Размер |
|---|---|
| expectit-ant-0.9.0.pom | |
| expectit-ant-0.9.0.jar | 78 KB |
| expectit-ant-0.9.0-sources.jar | 32 KB |
| expectit-ant-0.9.0-javadoc.jar | 180 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.expectit/expectit-ant/ -->
<dependency>
<groupId>net.sf.expectit</groupId>
<artifactId>expectit-ant</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.expectit/expectit-ant/
implementation 'net.sf.expectit:expectit-ant:0.9.0'
// https://jarcasting.com/artifacts/net.sf.expectit/expectit-ant/
implementation ("net.sf.expectit:expectit-ant:0.9.0")
'net.sf.expectit:expectit-ant:jar:0.9.0'
<dependency org="net.sf.expectit" name="expectit-ant" rev="0.9.0">
<artifact name="expectit-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.expectit', module='expectit-ant', version='0.9.0')
)
libraryDependencies += "net.sf.expectit" % "expectit-ant" % "0.9.0"
[net.sf.expectit/expectit-ant "0.9.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.expectit : expectit-core Необязательный | jar | 0.9.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant-jsch | jar | 1.9.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.google.guava : guava | jar | 15.0 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.powermock : powermock-api-mockito | jar | 1.5.4 |
| org.powermock : powermock-module-junit4 | jar | 1.5.4 |
| org.apache.ftpserver : ftpserver-core | jar | 1.0.6 |
| org.apache.sshd : sshd-core | jar | 0.9.0 |
| org.slf4j : slf4j-nop | jar | 1.5.2 |