| <dependency>
| <groupId>org.apache.juneau</groupId>
| <artifactId>juneau-marshall</artifactId>
| <version>{@property juneauVersion}</version>
| </dependency>
| juneau-marshall-{@property juneauVersion}.jar
| org.apache.juneau.marshall_{@property juneauVersion}.jar
The juneau-marshall artifact contains the following:
- Foundation for all serializers and parsers.
- Implementations for all serializers and parsers except RDF languages.
- Extensions to Apache HttpCore components used by both client and server APIs.
- Assertions APIs.
- Various reusable utilities used throughout the framework.