Download juneau-marshall-6.4.0-incubating.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 6.4.0-incubating in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

juneau-marshall-6.4.0-incubating-sources.jar
juneau-marshall-6.4.0-incubating.jar
juneau-marshall-6.4.0-incubating.pom



Related Tutorials