MVN

com.comcast.cereal : cereal

Maven & Gradle

Nov 24, 2015
2 usages
4 stars

Cereal is for converting Java object to and from JSON / XML / YAML

<dependency>
    <groupId>com.comcast.cereal</groupId>
    <artifactId>cereal</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.comcast.cereal : cereal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3

All Versions

Choose a version of com.comcast.cereal : cereal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cereal-4.0.3
cereal-4.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.comcast.cereal</groupId>
    <artifactId>cereal</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.comcast.cereal : cereal gradle dependency to your build.gradle file:

implementation 'com.comcast.cereal:cereal:4.0.3'

Gradle Kotlin DSL: Add the following com.comcast.cereal : cereal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.comcast.cereal:cereal:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.comcast.cereal : cereal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.comcast.cereal" % "cereal" % "4.0.3"

Advertisement

Dependencies from Group

Nov 24, 2015
2 usages
4 stars

Discover Dependencies

Aug 22, 2023
21 usages
1k stars
May 26, 2019
4 usages
414 stars
Nov 18, 2016
4 usages
Jul 31, 2020
2 usages
324 stars
Apr 17, 2016
2 usages
10 stars
Apr 26, 2023
6 usages
Oct 22, 2019
3 usages
0 stars
Jun 15, 2018
2 usages
1 stars
Mar 17, 2022
5 usages
96 stars