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.3 in this page.
Apache License
You can use the following script to add cereal-4.0.3.jar to your project.
<dependency> <groupId>com.comcast.cereal</groupId> <artifactId>cereal</artifactId> <version>4.0.3</version> </dependency>
compile group: 'com.comcast.cereal', name: 'cereal', version: '4.0.3'
libraryDependencies += "com.comcast.cereal" % "cereal" % "4.0.3"
<dependency org="com.comcast.cereal" name="cereal" rev="4.0.3"/>
@Grapes(@Grab(group='com.comcast.cereal', module='cereal', version='4.0.3'))
'com.comcast.cereal:cereal:jar:4.0.3'
Click the following link to download the jar file.
cereal-4.0.3-javadoc.jar