MVN

com.netflix.hollow : hollow-perf

Maven & Gradle

Jul 17, 2023
1.1k stars

hollow-perf · hollow-perf

<dependency>
    <groupId>com.netflix.hollow</groupId>
    <artifactId>hollow-perf</artifactId>
    <version>7.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.hollow : hollow-perf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.6.2

All Versions

Choose a version of com.netflix.hollow : hollow-perf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.6.x
hollow-perf-7.6.2
hollow-perf-7.6.1
hollow-perf-7.6.0
7.5.x
hollow-perf-7.5.8
hollow-perf-7.5.7
hollow-perf-7.5.6
hollow-perf-7.5.5
hollow-perf-7.5.4
hollow-perf-7.5.3
hollow-perf-7.5.2
hollow-perf-7.5.1
hollow-perf-7.5.0
7.4.x
hollow-perf-7.4.0
7.3.x
hollow-perf-7.3.2
hollow-perf-7.3.1
hollow-perf-7.3.0
7.2.x
hollow-perf-7.2.10
hollow-perf-7.2.9
hollow-perf-7.2.8
hollow-perf-7.2.7
hollow-perf-7.2.6
hollow-perf-7.2.5
hollow-perf-7.2.3
hollow-perf-7.2.2
hollow-perf-7.2.1
hollow-perf-7.2.0
7.1.x
hollow-perf-7.1.7
hollow-perf-7.1.6
hollow-perf-7.1.5
hollow-perf-7.1.4
hollow-perf-7.1.3
hollow-perf-7.1.2
hollow-perf-7.1.1
hollow-perf-7.1.0
7.0.x
hollow-perf-7.0.2
hollow-perf-7.0.1
hollow-perf-7.0.0
6.5.x
hollow-perf-6.5.0
6.4.x
hollow-perf-6.4.1
hollow-perf-6.4.0
6.3.x
hollow-perf-6.3.2
hollow-perf-6.3.1
hollow-perf-6.3.0
6.2.x
hollow-perf-6.2.6
hollow-perf-6.2.5
hollow-perf-6.2.4
hollow-perf-6.2.3
hollow-perf-6.2.2
hollow-perf-6.2.1
hollow-perf-6.2.0
6.1.x
hollow-perf-6.1.5
hollow-perf-6.1.4
hollow-perf-6.1.3
hollow-perf-6.1.2
hollow-perf-6.1.1
hollow-perf-6.1.0
6.0.x
hollow-perf-6.0.0
5.2.x
hollow-perf-5.2.5
hollow-perf-5.2.4
hollow-perf-5.2.3
hollow-perf-5.2.2
hollow-perf-5.2.1
hollow-perf-5.2.0
5.1.x
hollow-perf-5.1.3
hollow-perf-5.1.2
hollow-perf-5.1.1
hollow-perf-5.1.0
5.0.x
hollow-perf-5.0.8
hollow-perf-5.0.7
hollow-perf-5.0.6
hollow-perf-5.0.5
hollow-perf-5.0.4
hollow-perf-5.0.3
hollow-perf-5.0.2
hollow-perf-5.0.1
hollow-perf-5.0.0
4.9.x
hollow-perf-4.9.3
hollow-perf-4.9.1
hollow-perf-4.9.0
4.8.x
hollow-perf-4.8.4
hollow-perf-4.8.3
hollow-perf-4.8.2
hollow-perf-4.8.1
hollow-perf-4.8.0
4.7.x
hollow-perf-4.7.13
hollow-perf-4.7.12
hollow-perf-4.7.11
hollow-perf-4.7.10
hollow-perf-4.7.9
hollow-perf-4.7.8
hollow-perf-4.7.7
hollow-perf-4.7.6
hollow-perf-4.7.5
hollow-perf-4.7.4
hollow-perf-4.7.3
hollow-perf-4.7.2
hollow-perf-4.7.1
hollow-perf-4.7.0
4.6.x
hollow-perf-4.6.4
hollow-perf-4.6.3
hollow-perf-4.6.2
hollow-perf-4.6.1
hollow-perf-4.6.0
4.5.x
hollow-perf-4.5.0
4.4.x
hollow-perf-4.4.0
4.3.x
hollow-perf-4.3.0

How to add a dependency to Maven

Add the following com.netflix.hollow : hollow-perf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.hollow</groupId>
    <artifactId>hollow-perf</artifactId>
    <version>7.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.hollow : hollow-perf gradle dependency to your build.gradle file:

implementation 'com.netflix.hollow:hollow-perf:7.6.2'

Gradle Kotlin DSL: Add the following com.netflix.hollow : hollow-perf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.hollow:hollow-perf:7.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.hollow : hollow-perf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.hollow" % "hollow-perf" % "7.6.2"

Advertisement