Last Version

Kryo Parent 5.3.0

Fast, efficient Java serialization. This is the parent POM that defines common settings and lists the modules.

License

License

Categories

Categories

Kryo Data Data Formats Serialization
GroupId

GroupId

com.esotericsoftware
ArtifactId

ArtifactId

kryo-parent
Version

Version

5.3.0
Type

Type

pom
Description

Description

Kryo Parent
Fast, efficient Java serialization. This is the parent POM that defines common settings and lists the modules.
Project URL

Project URL

https://github.com/EsotericSoftware/kryo
Source Code Management

Source Code Management

https://github.com/EsotericSoftware/kryo

Download kryo-parent 5.3.0

Filename Size
kryo-parent-5.3.0.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/com.esotericsoftware/kryo-parent/ -->
<dependency>
    <groupId>com.esotericsoftware</groupId>
    <artifactId>kryo-parent</artifactId>
    <version>5.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware/kryo-parent/
implementation 'com.esotericsoftware:kryo-parent:5.3.0'
// https://jarcasting.com/artifacts/com.esotericsoftware/kryo-parent/
implementation ("com.esotericsoftware:kryo-parent:5.3.0")
'com.esotericsoftware:kryo-parent:pom:5.3.0'
<dependency org="com.esotericsoftware" name="kryo-parent" rev="5.3.0">
  <artifact name="kryo-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware', module='kryo-parent', version='5.3.0')
)
libraryDependencies += "com.esotericsoftware" % "kryo-parent" % "5.3.0"
[com.esotericsoftware/kryo-parent "5.3.0"]

Dependencies

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
commons-lang : commons-lang jar 2.6

Project Modules

  • pom-main.xml
  • pom-versioned.xml
  • benchmarks