| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools Net |
| GroupId | GroupIdnet.sf.expectit |
| ArtifactId | ArtifactIdexpectit-ant |
| Version | Version0.9.0 |
| Type | Typejar |
| Description |
DescriptionExpectIt :: Ant Integration
Yet another pure Java(tm) implementation of the Unix Expect tool. It designed to be simple, easy
to use and extensible.
|
| Project Organization |
Project OrganizationAlexey Gavrilov and contributors |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.expectit : expectit-core Optional | jar | 0.9.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ant : ant-jsch | jar | 1.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |