MVN

dev.ludovic.netlib : benchmarks

Maven & Gradle

Nov 24, 2022
46 stars
<dependency>
    <groupId>dev.ludovic.netlib</groupId>
    <artifactId>benchmarks</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.ludovic.netlib : benchmarks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of dev.ludovic.netlib : benchmarks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
benchmarks-3.0.3
benchmarks-3.0.2
benchmarks-3.0.1
benchmarks-3.0.0
2.2.x
benchmarks-2.2.1
benchmarks-2.2.0
2.1.x
benchmarks-2.1.0
2.0.x
benchmarks-2.0.0
1.3.x
benchmarks-1.3.2
benchmarks-1.3.1
benchmarks-1.3.0
1.0.x
benchmarks-1.0.11
benchmarks-1.0.10
benchmarks-1.0.9
benchmarks-1.0.2
benchmarks-1.0.0

How to add a dependency to Maven

Add the following dev.ludovic.netlib : benchmarks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.ludovic.netlib</groupId>
    <artifactId>benchmarks</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.ludovic.netlib : benchmarks gradle dependency to your build.gradle file:

implementation 'dev.ludovic.netlib:benchmarks:3.0.3'

Gradle Kotlin DSL: Add the following dev.ludovic.netlib : benchmarks gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.ludovic.netlib:benchmarks:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.ludovic.netlib : benchmarks sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.ludovic.netlib" % "benchmarks" % "3.0.3"

Advertisement