<dependency>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.10.4</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.github.eirslett', module='frontend-maven-plugin', version='1.10.4')
)
<parent> <groupId>com.github.eirslett</groupId> <artifactId>frontend-plugins</artifactId> <version>1.10.4</version> </parent>
compile
|-- com.github.eirslett:frontend-plugin-core
|-- org.apache.maven:maven-plugin-api:3.5.0
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.2
|-- org.sonatype.plexus:plexus-build-api:0.0.7
provided