MVN

io.scalecube : scalecube-configuration-benchmarks

Maven & Gradle

Nov 28, 2019
<dependency>
    <groupId>io.scalecube</groupId>
    <artifactId>scalecube-configuration-benchmarks</artifactId>
    <version>2.1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.scalecube : scalecube-configuration-benchmarks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.22
  • Latest Release Candidate: 2.1.12-RC-3-RC-2

All Versions

Choose a version of io.scalecube : scalecube-configuration-benchmarks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
scalecube-configuration-benchmarks-2.1.22
scalecube-configuration-benchmarks-2.1.21
scalecube-configuration-benchmarks-2.1.20
scalecube-configuration-benchmarks-2.1.19
scalecube-configuration-benchmarks-2.1.18
scalecube-configuration-benchmarks-2.1.16
scalecube-configuration-benchmarks-2.1.15
scalecube-configuration-benchmarks-2.1.14
scalecube-configuration-benchmarks-2.1.13
scalecube-configuration-benchmarks-2.1.12
scalecube-configuration-benchmarks-2.1.12-RC-3-RC-2
scalecube-configuration-benchmarks-2.1.12-RC-2
scalecube-configuration-benchmarks-2.1.12-RC-1
scalecube-configuration-benchmarks-2.1.11
scalecube-configuration-benchmarks-2.1.10
scalecube-configuration-benchmarks-2.1.9
scalecube-configuration-benchmarks-2.1.8
scalecube-configuration-benchmarks-2.1.7
scalecube-configuration-benchmarks-2.1.6
scalecube-configuration-benchmarks-2.1.5
scalecube-configuration-benchmarks-2.1.4
scalecube-configuration-benchmarks-2.1.3
scalecube-configuration-benchmarks-2.1.2
scalecube-configuration-benchmarks-2.1.1
scalecube-configuration-benchmarks-2.1.0

How to add a dependency to Maven

Add the following io.scalecube : scalecube-configuration-benchmarks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.scalecube</groupId>
    <artifactId>scalecube-configuration-benchmarks</artifactId>
    <version>2.1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.scalecube : scalecube-configuration-benchmarks gradle dependency to your build.gradle file:

implementation 'io.scalecube:scalecube-configuration-benchmarks:2.1.22'

Gradle Kotlin DSL: Add the following io.scalecube : scalecube-configuration-benchmarks gradle kotlin dependency to your build.gradle.kts file:

implementation("io.scalecube:scalecube-configuration-benchmarks:2.1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.scalecube : scalecube-configuration-benchmarks sbt scala dependency to your build.sbt file:

libraryDependencies += "io.scalecube" % "scalecube-configuration-benchmarks" % "2.1.22"

Advertisement