MVN

uk.gov.gchq.gaffer : performance-testing-accumulo-store

Maven & Gradle

May 31, 2023
46 stars
<dependency>
    <groupId>uk.gov.gchq.gaffer</groupId>
    <artifactId>performance-testing-accumulo-store</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.gchq.gaffer : performance-testing-accumulo-store to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 1.10.0-RC3
  • Latest Alpha: 2.0.0-alpha-0.6

All Versions

Choose a version of uk.gov.gchq.gaffer : performance-testing-accumulo-store to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
performance-testing-accumulo-store-2.0.0
performance-testing-accumulo-store-2.0.0-alpha-0.6
performance-testing-accumulo-store-2.0.0-alpha-0.5
performance-testing-accumulo-store-2.0.0-alpha-0.4
performance-testing-accumulo-store-2.0.0-alpha-0.3.1
performance-testing-accumulo-store-2.0.0-alpha-0.3
performance-testing-accumulo-store-2.0.0-alpha-0.2
performance-testing-accumulo-store-2.0.0-alpha-0.1
1.23.x
performance-testing-accumulo-store-1.23.0
1.22.x
performance-testing-accumulo-store-1.22.0
1.21.x
performance-testing-accumulo-store-1.21.2
performance-testing-accumulo-store-1.21.1
performance-testing-accumulo-store-1.21.0
1.20.x
performance-testing-accumulo-store-1.20.0
1.19.x
performance-testing-accumulo-store-1.19.0
1.18.x
performance-testing-accumulo-store-1.18.0
1.17.x
performance-testing-accumulo-store-1.17.1
performance-testing-accumulo-store-1.17.0
1.16.x
performance-testing-accumulo-store-1.16.1
performance-testing-accumulo-store-1.16.0
1.15.x
performance-testing-accumulo-store-1.15.0
1.13.x
performance-testing-accumulo-store-1.13.1
performance-testing-accumulo-store-1.13.0
1.12.x
performance-testing-accumulo-store-1.12.0
1.11.x
performance-testing-accumulo-store-1.11.0
1.10.x
performance-testing-accumulo-store-1.10.5
performance-testing-accumulo-store-1.10.4
performance-testing-accumulo-store-1.10.3
performance-testing-accumulo-store-1.10.2
performance-testing-accumulo-store-1.10.1
performance-testing-accumulo-store-1.10.0
performance-testing-accumulo-store-1.10.0-RC3
performance-testing-accumulo-store-1.10.0-RC2
1.9.x
performance-testing-accumulo-store-1.9.2
performance-testing-accumulo-store-1.9.1
performance-testing-accumulo-store-1.9.0
performance-testing-accumulo-store-1.9.0-RC2
performance-testing-accumulo-store-1.9.0-RC1
1.8.x
performance-testing-accumulo-store-1.8.3
performance-testing-accumulo-store-1.8.2
performance-testing-accumulo-store-1.8.1
performance-testing-accumulo-store-1.8.0
performance-testing-accumulo-store-1.8.0-RC4
performance-testing-accumulo-store-1.8.0-RC3
performance-testing-accumulo-store-1.8.0-RC2
performance-testing-accumulo-store-1.8.0-RC1
1.7.x
performance-testing-accumulo-store-1.7.0
performance-testing-accumulo-store-1.7.0-RC4
performance-testing-accumulo-store-1.7.0-RC3
performance-testing-accumulo-store-1.7.0-RC2
1.6.x
performance-testing-accumulo-store-1.6.0
performance-testing-accumulo-store-1.6.0-RC2
1.5.x
performance-testing-accumulo-store-1.5.2
performance-testing-accumulo-store-1.5.0
performance-testing-accumulo-store-1.5.0-RC3
performance-testing-accumulo-store-1.5.0-RC2
performance-testing-accumulo-store-1.5.0-RC1
1.4.x
performance-testing-accumulo-store-1.4.1
performance-testing-accumulo-store-1.4.0
performance-testing-accumulo-store-1.4.0-RC4
performance-testing-accumulo-store-1.4.0-RC3
performance-testing-accumulo-store-1.4.0-RC2
1.3.x
performance-testing-accumulo-store-1.3.0
performance-testing-accumulo-store-1.3.0-RC1
1.2.x
performance-testing-accumulo-store-1.2.0
performance-testing-accumulo-store-1.2.0-RC1
1.1.x
performance-testing-accumulo-store-1.1.2
performance-testing-accumulo-store-1.1.1
performance-testing-accumulo-store-1.1.0
performance-testing-accumulo-store-1.1.0-RC2
performance-testing-accumulo-store-1.1.0-RC1
1.0.x
performance-testing-accumulo-store-1.0.2
performance-testing-accumulo-store-1.0.1
performance-testing-accumulo-store-1.0.0
performance-testing-accumulo-store-1.0.0-RC4
performance-testing-accumulo-store-1.0.0-RC3
performance-testing-accumulo-store-1.0.0-RC2
performance-testing-accumulo-store-1.0.0-RC1
0.7.x
performance-testing-accumulo-store-0.7.8

How to add a dependency to Maven

Add the following uk.gov.gchq.gaffer : performance-testing-accumulo-store maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.gov.gchq.gaffer</groupId>
    <artifactId>performance-testing-accumulo-store</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.gchq.gaffer : performance-testing-accumulo-store gradle dependency to your build.gradle file:

implementation 'uk.gov.gchq.gaffer:performance-testing-accumulo-store:2.0.0'

Gradle Kotlin DSL: Add the following uk.gov.gchq.gaffer : performance-testing-accumulo-store gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.gchq.gaffer:performance-testing-accumulo-store:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.gchq.gaffer : performance-testing-accumulo-store sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.gchq.gaffer" % "performance-testing-accumulo-store" % "2.0.0"

Advertisement

Dependencies from Group

May 23, 2023
42 usages
1.7k stars
May 23, 2023
29 usages
1.7k stars
May 23, 2023
27 usages
1.7k stars
May 23, 2023
22 usages
1.7k stars
May 23, 2023
20 usages
1.7k stars

Discover Dependencies