Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdhttp2to1_1-client |
Version | Version2.0.148 |
Type | Typejar |
Filename | Size |
---|---|
http2to1_1-client-2.0.148.pom | |
http2to1_1-client-2.0.148.jar | 13 KB |
http2to1_1-client-2.0.148-sources.jar | 6 KB |
http2to1_1-client-2.0.148-javadoc.jar | 358 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/http2to1_1-client/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http2to1_1-client</artifactId>
<version>2.0.148</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http2to1_1-client/
implementation 'org.webpieces:http2to1_1-client:2.0.148'
// https://jarcasting.com/artifacts/org.webpieces/http2to1_1-client/
implementation ("org.webpieces:http2to1_1-client:2.0.148")
'org.webpieces:http2to1_1-client:jar:2.0.148'
<dependency org="org.webpieces" name="http2to1_1-client" rev="2.0.148">
<artifact name="http2to1_1-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http2to1_1-client', version='2.0.148')
)
libraryDependencies += "org.webpieces" % "http2to1_1-client" % "2.0.148"
[org.webpieces/http2to1_1-client "2.0.148"]