<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.2.0.Final</version>
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct-processor', version='1.2.0.Final')
)
<parent> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-parent</artifactId> <version>1.2.0.Final</version> </parent>
provided
|-- org.mapstruct:mapstruct:1.2.0.Final
|-- org.eclipse.tycho:tycho-compiler-jdt:0.26.0
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.7.0
|-- com.google.guava:guava:19.0
|-- com.puppycrawl.tools:checkstyle:7.2
|-- 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