MVN

io.atomix : atomix-kryo

Maven & Gradle

Oct 28, 2019
3 usages

Atomix Serializers :: Kryo

<dependency>
    <groupId>io.atomix</groupId>
    <artifactId>atomix-kryo</artifactId>
    <version>2.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.atomix : atomix-kryo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.30
  • Latest Beta: 2.0.0-raft-beta1
  • Latest Alpha: 2.0.0-alpha1

All Versions

Choose a version of io.atomix : atomix-kryo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
atomix-kryo-2.0.30
atomix-kryo-2.0.29
atomix-kryo-2.0.28
atomix-kryo-2.0.27
atomix-kryo-2.0.26
atomix-kryo-2.0.25
atomix-kryo-2.0.24
atomix-kryo-2.0.23
atomix-kryo-2.0.22
atomix-kryo-2.0.21
atomix-kryo-2.0.20
atomix-kryo-2.0.19
atomix-kryo-2.0.18
atomix-kryo-2.0.17
atomix-kryo-2.0.16
atomix-kryo-2.0.15
atomix-kryo-2.0.14
atomix-kryo-2.0.13
atomix-kryo-2.0.12
atomix-kryo-2.0.11
atomix-kryo-2.0.10
atomix-kryo-2.0.9
atomix-kryo-2.0.8
atomix-kryo-2.0.7
atomix-kryo-2.0.6
atomix-kryo-2.0.5
atomix-kryo-2.0.4
atomix-kryo-2.0.3
atomix-kryo-2.0.2
atomix-kryo-2.0.1
atomix-kryo-2.0.0
atomix-kryo-2.0.0-raft-final
atomix-kryo-2.0.0-raft-beta1
atomix-kryo-2.0.0-alpha1

How to add a dependency to Maven

Add the following io.atomix : atomix-kryo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.atomix</groupId>
    <artifactId>atomix-kryo</artifactId>
    <version>2.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.atomix : atomix-kryo gradle dependency to your build.gradle file:

implementation 'io.atomix:atomix-kryo:2.0.30'

Gradle Kotlin DSL: Add the following io.atomix : atomix-kryo gradle kotlin dependency to your build.gradle.kts file:

implementation("io.atomix:atomix-kryo:2.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.atomix : atomix-kryo sbt scala dependency to your build.sbt file:

libraryDependencies += "io.atomix" % "atomix-kryo" % "2.0.30"

Advertisement

Dependencies from Group

Feb 08, 2022
26 usages
2.1k stars
Feb 08, 2022
25 usages
2.1k stars
Feb 07, 2022
16 usages
2.1k stars
May 16, 2017
15 usages
2.3k stars
Feb 07, 2022
14 usages

Discover Dependencies