MVN

com.github.cverges : expect4j

Maven & Gradle

Jun 18, 2015
8 usages
64 stars

expect4j · A Java implementation of the standard Expect library

<dependency>
    <groupId>com.github.cverges</groupId>
    <artifactId>expect4j</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cverges : expect4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of com.github.cverges : expect4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
expect4j-1.9
1.8
expect4j-1.8
1.7
expect4j-1.7
expect4j-1.7-RELEASE
expect4j
expect4j-expect4j

How to add a dependency to Maven

Add the following com.github.cverges : expect4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cverges</groupId>
    <artifactId>expect4j</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cverges : expect4j gradle dependency to your build.gradle file:

implementation 'com.github.cverges:expect4j:1.9'

Gradle Kotlin DSL: Add the following com.github.cverges : expect4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cverges:expect4j:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cverges : expect4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cverges" % "expect4j" % "1.9"

Advertisement