MVN

com.cedarsoft.open : serialization

Maven & Gradle

Jul 22, 2019
2 stars

serialization · Path: :open:serialization

<dependency>
    <groupId>com.cedarsoft.open</groupId>
    <artifactId>serialization</artifactId>
    <version>8.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.open : serialization to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.9.2

All Versions

Choose a version of com.cedarsoft.open : serialization to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.9.x
serialization-8.9.2
serialization-8.9.1

How to add a dependency to Maven

Add the following com.cedarsoft.open : serialization maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft.open</groupId>
    <artifactId>serialization</artifactId>
    <version>8.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.open : serialization gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.open:serialization:8.9.2'

Gradle Kotlin DSL: Add the following com.cedarsoft.open : serialization gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.open:serialization:8.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.open : serialization sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.open" % "serialization" % "8.9.2"

Advertisement