h

http2-translations

Translations from HTTP/1.1 to HTTP/2 and back
https://github.com/deanhiller/webpieces
The Apache License, Version 2.0
Dean Hiller Zachary Reed
Files download
File Operation
http2-translations-2.1.1.jar download
http2-translations-2.1.1.pom download
http2-translations-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webpieces</groupId>
  <artifactId>http2-translations</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.webpieces:http2-translations:2.1.1'
Gradle Kotlin
implementation("org.webpieces:http2-translations:2.1.1")
Scala SBT
libraryDependencies += "org.webpieces" % "http2-translations" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.webpieces', module='http2-translations', version='2.1.1')
)
Apache Ivy
<dependency org="org.webpieces" name="http2-translations" rev="2.1.1" />
Leiningen
[org.webpieces/http2-translations "2.1.1"]
Apache Buildr
'org.webpieces:http2-translations:jar:2.1.1'