Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.nofdev |
ArtifactId | ArtifactIdhttp-client-util |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
http-client-util-1.0.2.pom | |
http-client-util-1.0.2.jar | 1 KB |
http-client-util-1.0.2-sources.jar | 6 KB |
http-client-util-1.0.2-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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/http-client-util/
implementation 'org.nofdev:http-client-util:1.0.2'
// https://jarcasting.com/artifacts/org.nofdev/http-client-util/
implementation ("org.nofdev:http-client-util:1.0.2")
'org.nofdev:http-client-util:pom:1.0.2'
<dependency org="org.nofdev" name="http-client-util" rev="1.0.2">
<artifact name="http-client-util" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='http-client-util', version='1.0.2')
)
libraryDependencies += "org.nofdev" % "http-client-util" % "1.0.2"
[org.nofdev/http-client-util "1.0.2"]