<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc-template-processor</artifactId>
<version>0.8.2</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.carrotsearch', module='hppc-template-processor', version='0.8.2')
)
<parent> <groupId>com.carrotsearch</groupId> <artifactId>hppc-parent</artifactId> <version>0.8.2</version> </parent>
compile
|-- org.apache.velocity:velocity-engine-core
|-- org.antlr:antlr4
|-- org.apache.maven:maven-plugin-api
|-- org.apache.maven:maven-core
|-- junit:junit
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.4
test
|-- com.carrotsearch.randomizedtesting:randomizedtesting-runner