Download juneau-marshall-7.0.1.jar file - Jar j

Jar examples for j:juneau-marshall

Description

Base toolkit for serializers, parsers, and bean contexts.

You can download jar file juneau-marshall 7.0.1 in this page.

License

Apache License

Build File

You can use the following script to add juneau-marshall-7.0.1.jar to your project.

<dependency>
   <groupId>org.apache.juneau</groupId>
   <artifactId>juneau-marshall</artifactId>
   <version>7.0.1</version>
</dependency>
compile group: 'org.apache.juneau', name: 'juneau-marshall', version: '7.0.1'
libraryDependencies += "org.apache.juneau" % "juneau-marshall" % "7.0.1"
<dependency org="org.apache.juneau" name="juneau-marshall" rev="7.0.1"/>
@Grapes(@Grab(group='org.apache.juneau', module='juneau-marshall', version='7.0.1'))
'org.apache.juneau:juneau-marshall:jar:7.0.1'

Download

Click the following link to download the jar file.

juneau-marshall-7.0.1-sources.jar
juneau-marshall-7.0.1.jar
juneau-marshall-7.0.1.pom



Related Tutorials