Categories |
CategoriesKryo Data Data Formats Serialization |
---|---|
GroupId | GroupIdcom.esotericsoftware |
ArtifactId | ArtifactIdkryo-benchmarks |
Version | Version5.0.2 |
Type | Typejar |
Filename | Size |
---|---|
kryo-benchmarks-5.0.2.pom | |
kryo-benchmarks-5.0.2.jar | 294 KB |
kryo-benchmarks-5.0.2-sources.jar | 156 KB |
kryo-benchmarks-5.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.esotericsoftware/kryo-benchmarks/ -->
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-benchmarks</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware/kryo-benchmarks/
implementation 'com.esotericsoftware:kryo-benchmarks:5.0.2'
// https://jarcasting.com/artifacts/com.esotericsoftware/kryo-benchmarks/
implementation ("com.esotericsoftware:kryo-benchmarks:5.0.2")
'com.esotericsoftware:kryo-benchmarks:jar:5.0.2'
<dependency org="com.esotericsoftware" name="kryo-benchmarks" rev="5.0.2">
<artifact name="kryo-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware', module='kryo-benchmarks', version='5.0.2')
)
libraryDependencies += "com.esotericsoftware" % "kryo-benchmarks" % "5.0.2"
[com.esotericsoftware/kryo-benchmarks "5.0.2"]