MVN

io.logz.sawmill : sawmill-benchmark

Maven & Gradle

Jul 23, 2023
104 stars
<dependency>
    <groupId>io.logz.sawmill</groupId>
    <artifactId>sawmill-benchmark</artifactId>
    <version>2.0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.logz.sawmill : sawmill-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.23

All Versions

Choose a version of io.logz.sawmill : sawmill-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sawmill-benchmark-2.0.23
sawmill-benchmark-2.0.22
sawmill-benchmark-2.0.21
sawmill-benchmark-2.0.20
sawmill-benchmark-2.0.19
sawmill-benchmark-2.0.18
sawmill-benchmark-2.0.17
sawmill-benchmark-2.0.16
sawmill-benchmark-2.0.15
sawmill-benchmark-2.0.14
sawmill-benchmark-2.0.11
sawmill-benchmark-2.0.9
sawmill-benchmark-2.0.7
sawmill-benchmark-2.0.6
sawmill-benchmark-2.0.4
1.1.x
sawmill-benchmark-1.1.53
sawmill-benchmark-1.1.52
sawmill-benchmark-1.1.51
sawmill-benchmark-1.1.50
sawmill-benchmark-1.1.48
sawmill-benchmark-1.1.47
sawmill-benchmark-1.1.46
sawmill-benchmark-1.1.45
v2.0.x
sawmill-benchmark-v2.0.15

How to add a dependency to Maven

Add the following io.logz.sawmill : sawmill-benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.logz.sawmill</groupId>
    <artifactId>sawmill-benchmark</artifactId>
    <version>2.0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.logz.sawmill : sawmill-benchmark gradle dependency to your build.gradle file:

implementation 'io.logz.sawmill:sawmill-benchmark:2.0.23'

Gradle Kotlin DSL: Add the following io.logz.sawmill : sawmill-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("io.logz.sawmill:sawmill-benchmark:2.0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.logz.sawmill : sawmill-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "io.logz.sawmill" % "sawmill-benchmark" % "2.0.23"

Advertisement