s

superfly-httpclient-ssl

Extensions to HttpClient which allow to use client SSL authentication as well as server trust check
Files download
File Operation
superfly-httpclient-ssl-1.7-4.jar download
superfly-httpclient-ssl-1.7-4.pom download
superfly-httpclient-ssl-1.7-4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.payneteasy.superfly</groupId>
  <artifactId>superfly-httpclient-ssl</artifactId>
  <version>1.7-4</version>
</dependency>
Gradle Groovy
implementation 'com.payneteasy.superfly:superfly-httpclient-ssl:1.7-4'
Gradle Kotlin
implementation("com.payneteasy.superfly:superfly-httpclient-ssl:1.7-4")
Scala SBT
libraryDependencies += "com.payneteasy.superfly" % "superfly-httpclient-ssl" % "1.7-4"
Groovy Grape
@Grapes(
  @Grab(group='com.payneteasy.superfly', module='superfly-httpclient-ssl', version='1.7-4')
)
Apache Ivy
<dependency org="com.payneteasy.superfly" name="superfly-httpclient-ssl" rev="1.7-4" />
Leiningen
[com.payneteasy.superfly/superfly-httpclient-ssl "1.7-4"]
Apache Buildr
'com.payneteasy.superfly:superfly-httpclient-ssl:jar:1.7-4'