k

kryo-parent

Fast, efficient Java serialization. This is the parent POM that defines common settings and lists the modules.
https://github.com/EsotericSoftware/kryo
3-Clause BSD License
Nathan Sweet
Files download
File Operation
kryo-parent-5.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.esotericsoftware</groupId>
  <artifactId>kryo-parent</artifactId>
  <version>5.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.esotericsoftware:kryo-parent:5.3.0'
Gradle Kotlin
implementation("com.esotericsoftware:kryo-parent:5.3.0")
Scala SBT
libraryDependencies += "com.esotericsoftware" % "kryo-parent" % "5.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.esotericsoftware', module='kryo-parent', version='5.3.0')
)
Apache Ivy
<dependency org="com.esotericsoftware" name="kryo-parent" rev="5.3.0" />
Leiningen
[com.esotericsoftware/kryo-parent "5.3.0"]
Apache Buildr
'com.esotericsoftware:kryo-parent:jar:5.3.0'