License |
License |
---|---|
Categories |
CategoriesKryo Data Data Formats Serialization |
GroupId | GroupIdcom.esotericsoftware |
ArtifactId | ArtifactIdkryo-parent |
Last Version | Last Version5.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKryo Parent
Fast, efficient Java serialization. This is the parent POM that defines common settings and lists the modules.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kryo-parent-5.3.0.pom | 5 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"]
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 |