GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp2-engine |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
http2-engine-2.0.7.pom | |
http2-engine-2.0.7.jar | 111 KB |
http2-engine-2.0.7-sources.jar | 58 KB |
http2-engine-2.0.7-javadoc.jar | 353 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http2-engine/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http2-engine</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2-engine/
implementation 'org.webpieces:http2-engine:2.0.7'
// https://jarcasting.com/artifacts/org.webpieces/http2-engine/
implementation ("org.webpieces:http2-engine:2.0.7")
'org.webpieces:http2-engine:jar:2.0.7'
<dependency org="org.webpieces" name="http2-engine" rev="2.0.7">
<artifact name="http2-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2-engine', version='2.0.7')
)
libraryDependencies += "org.webpieces" % "http2-engine" % "2.0.7"
[org.webpieces/http2-engine "2.0.7"]