<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-h3spec-maven-plugin</artifactId>
<version>0.0.2.Final</version>
<type>maven-plugin</type>
</dependency>
libraryDependencies += "io.netty.incubator" % "netty-incubator-h3spec-maven-plugin" % "0.0.2.Final"
@Grapes(
@Grab(group='io.netty.incubator', module='netty-incubator-h3spec-maven-plugin', version='0.0.2.Final')
)
<dependency org="io.netty.incubator" name="netty-incubator-h3spec-maven-plugin" rev="0.0.2.Final" />
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- org.apache.maven:maven-plugin-api:3.6.3
|-- org.apache.maven:maven-artifact:3.6.3
|-- org.apache.maven:maven-core:3.6.3
|-- org.apache.commons:commons-exec:1.3
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0