s

struqt-util-benchmark

Benchmark tests with JMH
Files download
File Operation
struqt-util-benchmark-1.2.3.jar download
struqt-util-benchmark-1.2.3.pom download
struqt-util-benchmark-1.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.struqt</groupId>
  <artifactId>struqt-util-benchmark</artifactId>
  <version>1.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.struqt:struqt-util-benchmark:1.2.3'
Gradle Kotlin
implementation("com.struqt:struqt-util-benchmark:1.2.3")
Scala SBT
libraryDependencies += "com.struqt" % "struqt-util-benchmark" % "1.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.struqt', module='struqt-util-benchmark', version='1.2.3')
)
Apache Ivy
<dependency org="com.struqt" name="struqt-util-benchmark" rev="1.2.3" />
Leiningen
[com.struqt/struqt-util-benchmark "1.2.3"]
Apache Buildr
'com.struqt:struqt-util-benchmark:jar:1.2.3'