MVN

com.redhat.rhevm.api : rhevm-api-powershell-expectj

Maven & Gradle

Nov 21, 2011
1 usages

ExpectJ · ExpectJ is a Java re-implementation of the venerable TCL Expect utility. It can be used to script interaction with either a process (through stdin / stdout) or a telnet session.

<dependency>
    <groupId>com.redhat.rhevm.api</groupId>
    <artifactId>rhevm-api-powershell-expectj</artifactId>
    <version>1.0-rc1.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redhat.rhevm.api : rhevm-api-powershell-expectj to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-rc1.21
  • Latest Release Candidate: 1.0-rc1.21

All Versions

Choose a version of com.redhat.rhevm.api : rhevm-api-powershell-expectj to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
rhevm-api-powershell-expectj-1.0-rc1.21
rhevm-api-powershell-expectj-1.0-rc1.17
rhevm-api-powershell-expectj-1.0-rc1.16
rhevm-api-powershell-expectj-1.0-rc1.15
rhevm-api-powershell-expectj-1.0-rc1.14
rhevm-api-powershell-expectj-1.0-rc1.13
rhevm-api-powershell-expectj-1.0-rc1.12
rhevm-api-powershell-expectj-1.0-rc1.11
rhevm-api-powershell-expectj-1.0-rc1.10
rhevm-api-powershell-expectj-1.0-rc1.9
rhevm-api-powershell-expectj-1.0-rc1.8
rhevm-api-powershell-expectj-1.0-rc1.7
rhevm-api-powershell-expectj-1.0-rc1.6
rhevm-api-powershell-expectj-1.0-rc1.5
rhevm-api-powershell-expectj-1.0-rc1.4
rhevm-api-powershell-expectj-1.0-rc1.3
rhevm-api-powershell-expectj-1.0-rc1.2
rhevm-api-powershell-expectj-1.0-rc1.1
0.9
rhevm-api-powershell-expectj-0.9-milestone9.7
rhevm-api-powershell-expectj-0.9-milestone9.6
rhevm-api-powershell-expectj-0.9-milestone9.5
rhevm-api-powershell-expectj-0.9-milestone9.4
rhevm-api-powershell-expectj-0.9-milestone9.3
rhevm-api-powershell-expectj-0.9-milestone9.2
rhevm-api-powershell-expectj-0.9-milestone9.1
rhevm-api-powershell-expectj-0.9-milestone9
rhevm-api-powershell-expectj-0.9-milestone8.5
rhevm-api-powershell-expectj-0.9-milestone8.4
rhevm-api-powershell-expectj-0.9-milestone8.3
rhevm-api-powershell-expectj-0.9-milestone8.2
rhevm-api-powershell-expectj-0.9-milestone8.1
rhevm-api-powershell-expectj-0.9-milestone8
rhevm-api-powershell-expectj-0.9-milestone7.3
rhevm-api-powershell-expectj-0.9-milestone7.2
rhevm-api-powershell-expectj-0.9-milestone7.1
rhevm-api-powershell-expectj-0.9-milestone7

How to add a dependency to Maven

Add the following com.redhat.rhevm.api : rhevm-api-powershell-expectj maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redhat.rhevm.api</groupId>
    <artifactId>rhevm-api-powershell-expectj</artifactId>
    <version>1.0-rc1.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redhat.rhevm.api : rhevm-api-powershell-expectj gradle dependency to your build.gradle file:

implementation 'com.redhat.rhevm.api:rhevm-api-powershell-expectj:1.0-rc1.21'

Gradle Kotlin DSL: Add the following com.redhat.rhevm.api : rhevm-api-powershell-expectj gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redhat.rhevm.api:rhevm-api-powershell-expectj:1.0-rc1.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redhat.rhevm.api : rhevm-api-powershell-expectj sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redhat.rhevm.api" % "rhevm-api-powershell-expectj" % "1.0-rc1.21"