Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdnet-http |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
net-http-1.3.4.pom | |
net-http-1.3.4.jar | 6 KB |
net-http-1.3.4-sources.jar | 5 KB |
net-http-1.3.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/net-http/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>net-http</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/net-http/
implementation 'org.xbib:net-http:1.3.4'
// https://jarcasting.com/artifacts/org.xbib/net-http/
implementation ("org.xbib:net-http:1.3.4")
'org.xbib:net-http:jar:1.3.4'
<dependency org="org.xbib" name="net-http" rev="1.3.4">
<artifact name="net-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='net-http', version='1.3.4')
)
libraryDependencies += "org.xbib" % "net-http" % "1.3.4"
[org.xbib/net-http "1.3.4"]