Jar examples for c:cereal
Cereal is for converting Java object to and from JSON / XML / YAML
You can download jar file cereal 4.0.2 in this page.
Apache License
You can use the following script to add cereal-4.0.2.jar to your project.
<dependency> <groupId>com.comcast.cereal</groupId> <artifactId>cereal</artifactId> <version>4.0.2</version> </dependency>
compile group: 'com.comcast.cereal', name: 'cereal', version: '4.0.2'
libraryDependencies += "com.comcast.cereal" % "cereal" % "4.0.2"
<dependency org="com.comcast.cereal" name="cereal" rev="4.0.2"/>
@Grapes(@Grab(group='com.comcast.cereal', module='cereal', version='4.0.2'))
'com.comcast.cereal:cereal:jar:4.0.2'
Click the following link to download the jar file.
cereal-4.0.2-javadoc.jar