MVN

com.workday.warp : warp-core_2.12

Maven & Gradle

Aug 21, 2023
1 usages
12 stars

warp-core · A library for scientific performance testing.

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

Latest Version

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

  • Latest Stable: 6.6.1
  • Latest Release Candidate: 6.6.0-rc.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.workday.warp</groupId>
    <artifactId>warp-core_2.12</artifactId>
    <version>6.6.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.workday.warp:warp-core_2.12:6.6.1'

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

implementation("com.workday.warp:warp-core_2.12:6.6.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.workday.warp" % "warp-core_2.12" % "6.6.1"