License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.snchengqi |
ArtifactId | ArtifactIdhttp2-qing-client |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionA library for http2 protocol based on netty
|
Filename | Size |
---|---|
http2-qing-client-1.0.1.pom | |
http2-qing-client-1.0.1.jar | 20 KB |
http2-qing-client-1.0.1-sources.jar | 10 KB |
http2-qing-client-1.0.1-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snchengqi/http2-qing-client/ -->
<dependency>
<groupId>com.github.snchengqi</groupId>
<artifactId>http2-qing-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snchengqi/http2-qing-client/
implementation 'com.github.snchengqi:http2-qing-client:1.0.1'
// https://jarcasting.com/artifacts/com.github.snchengqi/http2-qing-client/
implementation ("com.github.snchengqi:http2-qing-client:1.0.1")
'com.github.snchengqi:http2-qing-client:jar:1.0.1'
<dependency org="com.github.snchengqi" name="http2-qing-client" rev="1.0.1">
<artifact name="http2-qing-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snchengqi', module='http2-qing-client', version='1.0.1')
)
libraryDependencies += "com.github.snchengqi" % "http2-qing-client" % "1.0.1"
[com.github.snchengqi/http2-qing-client "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.snchengqi : http2-qing-core | jar | 1.0.1 |
org.apache.maven.plugins : maven-gpg-plugin | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |