<dependency>
<groupId>io.toolisticon.spiap</groupId>
<artifactId>spiap-processor</artifactId>
<version>0.5.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.toolisticon.spiap', module='spiap-processor', version='0.5.1')
)
<parent> <groupId>io.toolisticon.spiap</groupId> <artifactId>spiap-parent</artifactId> <version>0.5.1</version> </parent>
compile
|-- io.toolisticon.spiap:spiap-api:0.5.1
test
|-- com.google.testing.compile:compile-testing:0.9
|-- io.toolisticon.annotationprocessortoolkit:testhelper:0.9.0
|-- junit:junit:4.12