n

netty-incubator-h3spec-maven-plugin

Maven plugin which allows to run h3spec test suite as part of the build.
https://netty.io/
Apache License, Version 2.0
The Netty Project
The Netty Project Contributors
Files download
File Operation
netty-incubator-h3spec-maven-plugin-0.0.4.Final.jar download
netty-incubator-h3spec-maven-plugin-0.0.4.Final.pom download
netty-incubator-h3spec-maven-plugin-0.0.4.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>io.netty.incubator</groupId>
  <artifactId>netty-incubator-h3spec-maven-plugin</artifactId>
  <version>0.0.4.Final</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.netty.incubator:netty-incubator-h3spec-maven-plugin:0.0.4.Final'
Gradle Kotlin
implementation("io.netty.incubator:netty-incubator-h3spec-maven-plugin:0.0.4.Final")
Scala SBT
libraryDependencies += "io.netty.incubator" % "netty-incubator-h3spec-maven-plugin" % "0.0.4.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.netty.incubator', module='netty-incubator-h3spec-maven-plugin', version='0.0.4.Final')
)
Apache Ivy
<dependency org="io.netty.incubator" name="netty-incubator-h3spec-maven-plugin" rev="0.0.4.Final" />
Leiningen
[io.netty.incubator/netty-incubator-h3spec-maven-plugin "0.0.4.Final"]
Apache Buildr
'io.netty.incubator:netty-incubator-h3spec-maven-plugin:jar:0.0.4.Final'