MVN

com.pandora.hydra : hydra-server

Maven & Gradle

Feb 05, 2020
30 stars

Pandora Hydra · High performance distributed testing Gradle plugin

<dependency>
    <groupId>com.pandora.hydra</groupId>
    <artifactId>hydra-server</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pandora.hydra : hydra-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.pandora.hydra : hydra-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
hydra-server-3.0.0
2.1.x
hydra-server-2.1.2
hydra-server-2.1.1
hydra-server-2.1.0
2.0.x
hydra-server-2.0.0
1.7.x
hydra-server-1.7.5
hydra-server-1.7.4
hydra-server-1.7.3
hydra-server-1.7.2
hydra-server-1.7.1
hydra-server-1.7.0
1.6.x
hydra-server-1.6.5

How to add a dependency to Maven

Add the following com.pandora.hydra : hydra-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pandora.hydra</groupId>
    <artifactId>hydra-server</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pandora.hydra : hydra-server gradle dependency to your build.gradle file:

implementation 'com.pandora.hydra:hydra-server:3.0.0'

Gradle Kotlin DSL: Add the following com.pandora.hydra : hydra-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pandora.hydra:hydra-server:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pandora.hydra : hydra-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pandora.hydra" % "hydra-server" % "3.0.0"

Advertisement