<dependency>
<groupId>org.zalando</groupId>
<artifactId>jackson-datatype-problem</artifactId>
<version>0.20.0</version>
</dependency>
@Grapes(
@Grab(group='org.zalando', module='jackson-datatype-problem', version='0.20.0')
)
<parent> <groupId>org.zalando</groupId> <artifactId>problem-parent</artifactId> <version>0.20.0</version> </parent>
compile
|-- com.google.code.findbugs:jsr305:3.0.2
|-- com.fasterxml.jackson.core:jackson-databind:2.6.1
test
|-- org.slf4j:slf4j-nop:1.7.21
|-- org.junit.platform:junit-platform-launcher
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.hamcrest:java-hamcrest:2.0.0.0
|-- org.hobsoft.hamcrest:hamcrest-compose:0.3.0