MVN

org.btrplace : bench

Maven & Gradle

Dec 15, 2022
53 stars

bench · Tools to launch benchmarks from BtrPlace instance files.

<dependency>
    <groupId>org.btrplace</groupId>
    <artifactId>bench</artifactId>
    <version>1.12.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.btrplace : bench to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.8

All Versions

Choose a version of org.btrplace : bench to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
bench-1.12.8
bench-1.12.7
bench-1.12.6
bench-1.12.5
bench-1.12.4
bench-1.12.3
bench-1.12.2
bench-1.12.1
bench-1.12.0
1.11.x
bench-1.11.2
bench-1.11.1
bench-1.11.0
1.10.x
bench-1.10.2
bench-1.10.1
bench-1.10.0
1.9.x
bench-1.9.3
bench-1.9.2
bench-1.9.1
bench-1.9.0
1.8.x
bench-1.8.0
1.7.x
bench-1.7.0
1.6.x
bench-1.6.1
bench-1.6.0
1.5.x
bench-1.5.1
bench-1.5.0
1.4
bench-1.4
1.3
bench-1.3
1.2
bench-1.2
1.1
bench-1.1
1.0
bench-1.0
0.46
bench-0.46
0.45
bench-0.45
0.44
bench-0.44
0.43
bench-0.43
0.42
bench-0.42
0.41
bench-0.41
0.40
bench-0.40
0.39
bench-0.39

How to add a dependency to Maven

Add the following org.btrplace : bench maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.btrplace</groupId>
    <artifactId>bench</artifactId>
    <version>1.12.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.btrplace : bench gradle dependency to your build.gradle file:

implementation 'org.btrplace:bench:1.12.8'

Gradle Kotlin DSL: Add the following org.btrplace : bench gradle kotlin dependency to your build.gradle.kts file:

implementation("org.btrplace:bench:1.12.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.btrplace : bench sbt scala dependency to your build.sbt file:

libraryDependencies += "org.btrplace" % "bench" % "1.12.8"

Advertisement