Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.proofpoint.platform |
ArtifactId | ArtifactIdhttp-client |
Version | Version0.85 |
Type | Typejar |
Filename | Size |
---|---|
http-client-0.85.pom | |
http-client-0.85.jar | 144 KB |
http-client-0.85-test-sources.jar | 39 KB |
http-client-0.85-sources.jar | 75 KB |
http-client-0.85-javadoc.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.proofpoint.platform/http-client/ -->
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>http-client</artifactId>
<version>0.85</version>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.platform/http-client/
implementation 'com.proofpoint.platform:http-client:0.85'
// https://jarcasting.com/artifacts/com.proofpoint.platform/http-client/
implementation ("com.proofpoint.platform:http-client:0.85")
'com.proofpoint.platform:http-client:jar:0.85'
<dependency org="com.proofpoint.platform" name="http-client" rev="0.85">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.platform', module='http-client', version='0.85')
)
libraryDependencies += "com.proofpoint.platform" % "http-client" % "0.85"
[com.proofpoint.platform/http-client "0.85"]