| <dependency>
| <groupId>org.apache.juneau</groupId>
| <artifactId>juneau-marshall</artifactId>
| <version>9.0.0</version>
| </dependency>
| juneau-marshall-9.0.0.jar
| org.apache.juneau.marshall_9.0.0.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.