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