MVN

de.jflex : benchmark

Maven & Gradle

Feb 05, 2023
537 stars

JFlex Benchmark · A small performance benchmark suite for JFlex.

<dependency>
    <groupId>de.jflex</groupId>
    <artifactId>benchmark</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jflex : benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.0

All Versions

Choose a version of de.jflex : benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
benchmark-1.9.0
1.8.x
benchmark-1.8.2
benchmark-1.8.1
benchmark-1.8.0

How to add a dependency to Maven

Add the following de.jflex : benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.jflex</groupId>
    <artifactId>benchmark</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.jflex : benchmark gradle dependency to your build.gradle file:

implementation 'de.jflex:benchmark:1.9.0'

Gradle Kotlin DSL: Add the following de.jflex : benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("de.jflex:benchmark:1.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.jflex : benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "de.jflex" % "benchmark" % "1.9.0"

Advertisement

Dependencies from Group

Mar 11, 2023
110 usages
537 stars
Feb 26, 2020
3 usages
Mar 11, 2023
559 stars
Mar 11, 2023
559 stars
Feb 05, 2023
537 stars

Discover Dependencies