Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.nofdev |
ArtifactId | ArtifactIdhttp-client-util |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
http-client-util-1.0.1.pom | |
http-client-util-1.0.1.jar | 1 KB |
http-client-util-1.0.1-sources.jar | 6 KB |
http-client-util-1.0.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nofdev/http-client-util/ -->
<dependency>
<groupId>org.nofdev</groupId>
<artifactId>http-client-util</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/http-client-util/
implementation 'org.nofdev:http-client-util:1.0.1'
// https://jarcasting.com/artifacts/org.nofdev/http-client-util/
implementation ("org.nofdev:http-client-util:1.0.1")
'org.nofdev:http-client-util:pom:1.0.1'
<dependency org="org.nofdev" name="http-client-util" rev="1.0.1">
<artifact name="http-client-util" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='http-client-util', version='1.0.1')
)
libraryDependencies += "org.nofdev" % "http-client-util" % "1.0.1"
[org.nofdev/http-client-util "1.0.1"]