<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.1.0.CR1</version>
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct-processor', version='1.1.0.CR1')
)
<parent> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-parent</artifactId> <version>1.1.0.CR1</version> </parent>
provided
|-- org.mapstruct:mapstruct:1.1.0.CR1
|-- org.eclipse.tycho:tycho-compiler-jdt:0.23.1
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.5.2
|-- com.google.guava:guava:19.0
|-- com.puppycrawl.tools:checkstyle:6.14.1
|-- javax.inject:javax.inject:1
|-- org.codehaus.plexus:plexus-container-default:1.6
|-- org.springframework:spring-test:4.0.3.RELEASE
|-- org.springframework:spring-beans:4.0.3.RELEASE