MVN

io.github.ndsev : zserio-runtime

Maven & Gradle

May 11, 2023
100 stars

Zserio Runtime · Java Runtime library for Zserio Serialization Framework

<dependency>
    <groupId>io.github.ndsev</groupId>
    <artifactId>zserio-runtime</artifactId>
    <version>2.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ndsev : zserio-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.0

All Versions

Choose a version of io.github.ndsev : zserio-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
zserio-runtime-2.11.0
2.10.x
zserio-runtime-2.10.0
2.9.x
zserio-runtime-2.9.0
2.8.x
zserio-runtime-2.8.0
2.7.x
zserio-runtime-2.7.0
2.6.x
zserio-runtime-2.6.1
zserio-runtime-2.6.0
2.5.x
zserio-runtime-2.5.1
zserio-runtime-2.5.0
2.4.x
zserio-runtime-2.4.2

How to add a dependency to Maven

Add the following io.github.ndsev : zserio-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ndsev</groupId>
    <artifactId>zserio-runtime</artifactId>
    <version>2.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ndsev : zserio-runtime gradle dependency to your build.gradle file:

implementation 'io.github.ndsev:zserio-runtime:2.11.0'

Gradle Kotlin DSL: Add the following io.github.ndsev : zserio-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ndsev:zserio-runtime:2.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ndsev : zserio-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ndsev" % "zserio-runtime" % "2.11.0"

Advertisement