juneau-dto
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-dto</artifactId>
<version>{@property juneauVersion}</version>
</dependency>
juneau-dto-{@property juneauVersion}.jar
org.apache.juneau.dto_{@property juneauVersion}.jar
The juneau-dto library contains several predefined POJOs for generating commonly-used document types.
This section describes support for these POJOs.