MVN

com.workday.warp : warp-core_2.11

Maven & Gradle

Aug 22, 2022
12 stars

warp-core · A library for scientific performance testing.

<dependency>
    <groupId>com.workday.warp</groupId>
    <artifactId>warp-core_2.11</artifactId>
    <version>6.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.workday.warp : warp-core_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.7
  • Latest Release Candidate: 6.4.2-rc.1

All Versions

Choose a version of com.workday.warp : warp-core_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
warp-core_2.11-6.4.7
warp-core_2.11-6.4.6
warp-core_2.11-6.4.5
warp-core_2.11-6.4.4
warp-core_2.11-6.4.3
warp-core_2.11-6.4.2
warp-core_2.11-6.4.2-rc.1
warp-core_2.11-6.4.1
warp-core_2.11-6.4.0
warp-core_2.11-6.4.0-rc.2
warp-core_2.11-6.4.0-rc.1
6.3.x
warp-core_2.11-6.3.0
warp-core_2.11-6.3.0-rc.1
6.2.x
warp-core_2.11-6.2.2
warp-core_2.11-6.2.1
warp-core_2.11-6.2.0
6.1.x
warp-core_2.11-6.1.0
6.0.x
warp-core_2.11-6.0.1
warp-core_2.11-6.0.0
warp-core_2.11-6.0.0-rc.2
warp-core_2.11-6.0.0-rc.1
5.0.x
warp-core_2.11-5.0.1
warp-core_2.11-5.0.1-rc.1
warp-core_2.11-5.0.0
4.4.x
warp-core_2.11-4.4.0
4.3.x
warp-core_2.11-4.3.0
4.2.x
warp-core_2.11-4.2.0
4.1.x
warp-core_2.11-4.1.0
4.0.x
warp-core_2.11-4.0.0
warp-core_2.11-4.0.0-rc.3
2.7.x
warp-core_2.11-2.7.0-rc.5
warp-core_2.11-2.7.0-rc.4
warp-core_2.11-2.7.0-rc.3
warp-core_2.11-2.7.0-rc.2
warp-core_2.11-2.7.0-rc.1
2.6.x
warp-core_2.11-2.6.2
warp-core_2.11-2.6.1
warp-core_2.11-2.6.0
2.5.x
warp-core_2.11-2.5.0
2.4.x
warp-core_2.11-2.4.1
warp-core_2.11-2.4.0
2.3.x
warp-core_2.11-2.3.0
2.1.x
warp-core_2.11-2.1.0
2.0.x
warp-core_2.11-2.0.0
1.3.x
warp-core_2.11-1.3.0
1.2.x
warp-core_2.11-1.2.0
1.1.x
warp-core_2.11-1.1.0
warp-core_2.11-1.1.0-rc.1

How to add a dependency to Maven

Add the following com.workday.warp : warp-core_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.workday.warp</groupId>
    <artifactId>warp-core_2.11</artifactId>
    <version>6.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.workday.warp : warp-core_2.11 gradle dependency to your build.gradle file:

implementation 'com.workday.warp:warp-core_2.11:6.4.7'

Gradle Kotlin DSL: Add the following com.workday.warp : warp-core_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.workday.warp:warp-core_2.11:6.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.workday.warp : warp-core_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.workday.warp" % "warp-core_2.11" % "6.4.7"