MVN

net.ulrice : ulrice-remote-control

Maven & Gradle

Aug 13, 2013
2 usages

Ulrice-Remote-Control · Ulrice-Remote-Control provides an interface to an active client in order to execute behavior driven tests.

<dependency>
    <groupId>net.ulrice</groupId>
    <artifactId>ulrice-remote-control</artifactId>
    <version>0.2.5.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.ulrice : ulrice-remote-control to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5.18

All Versions

Choose a version of net.ulrice : ulrice-remote-control to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ulrice-remote-control-0.2.5.18

How to add a dependency to Maven

Add the following net.ulrice : ulrice-remote-control maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.ulrice</groupId>
    <artifactId>ulrice-remote-control</artifactId>
    <version>0.2.5.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.ulrice : ulrice-remote-control gradle dependency to your build.gradle file:

implementation 'net.ulrice:ulrice-remote-control:0.2.5.18'

Gradle Kotlin DSL: Add the following net.ulrice : ulrice-remote-control gradle kotlin dependency to your build.gradle.kts file:

implementation("net.ulrice:ulrice-remote-control:0.2.5.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.ulrice : ulrice-remote-control sbt scala dependency to your build.sbt file:

libraryDependencies += "net.ulrice" % "ulrice-remote-control" % "0.2.5.18"