k

kryo-benchmarks

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