<dependency>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-slf4j</artifactId>
<version>1.0.9</version>
</dependency>
@Grapes(
@Grab(group='com.openhtmltopdf', module='openhtmltopdf-slf4j', version='1.0.9')
)
<parent> <groupId>com.openhtmltopdf</groupId> <artifactId>openhtmltopdf-parent</artifactId> <version>1.0.9</version> </parent>
compile
|-- com.openhtmltopdf:openhtmltopdf-core
provided
|-- org.slf4j:slf4j-api:1.7.19
test
|-- org.slf4j:slf4j-simple:1.7.19
|-- com.openhtmltopdf:openhtmltopdf-pdfbox
|-- junit:junit