MVN

de.sciss : serial_2.13

Maven & Gradle

Jan 21, 2021
15 usages

Serial · Simple binary serialization library for Scala

<dependency>
    <groupId>de.sciss</groupId>
    <artifactId>serial_2.13</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sciss : serial_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of de.sciss : serial_2.13 to add to Maven or Gradle - All Versions:

  • Version Updated
  • serial_2.13-2.0.1

    Jan 20, 2021
  • serial_2.13-2.0.0

    Sep 27, 2020
  • serial_2.13-1.1.3

    Sep 11, 2020
  • serial_2.13-1.1.2

    Mar 18, 2020
  • serial_2.13-1.1.1

    Jun 07, 2019

How to add a dependency to Maven

Add the following de.sciss : serial_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.sciss</groupId>
    <artifactId>serial_2.13</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sciss : serial_2.13 gradle dependency to your build.gradle file:

implementation 'de.sciss:serial_2.13:2.0.1'

Gradle Kotlin DSL: Add the following de.sciss : serial_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sciss:serial_2.13:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sciss : serial_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sciss" % "serial_2.13" % "2.0.1"