k

kryo-benchmarks

JMH benchmarks for Kryo.
Files download
File Operation
kryo-benchmarks-5.6.1.jar download
kryo-benchmarks-5.6.1.pom download
kryo-benchmarks-5.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.esotericsoftware</groupId>
  <artifactId>kryo-benchmarks</artifactId>
  <version>5.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.esotericsoftware:kryo-benchmarks:5.6.1'
Gradle Kotlin
implementation("com.esotericsoftware:kryo-benchmarks:5.6.1")
Scala SBT
libraryDependencies += "com.esotericsoftware" % "kryo-benchmarks" % "5.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.esotericsoftware', module='kryo-benchmarks', version='5.6.1')
)
Apache Ivy
<dependency org="com.esotericsoftware" name="kryo-benchmarks" rev="5.6.1" />
Leiningen
[com.esotericsoftware/kryo-benchmarks "5.6.1"]
Apache Buildr
'com.esotericsoftware:kryo-benchmarks:jar:5.6.1'