k

kryo-benchmarks

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