Download cereal-4.0.3.jar file - Jar c

Jar examples for c:cereal

Description

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

You can download jar file cereal 4.0.3 in this page.

License

Apache License

Build File

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'

Download

Click the following link to download the jar file.

cereal-4.0.3-javadoc.jar
cereal-4.0.3-sources.jar
cereal-4.0.3.jar
cereal-4.0.3.pom



Related Tutorials