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-32.jar download
superfly-httpclient-ssl-1.7-32.pom download
superfly-httpclient-ssl-1.7-32-sources.jar download
Apache Maven
<dependency>
  <groupId>com.payneteasy.superfly</groupId>
  <artifactId>superfly-httpclient-ssl</artifactId>
  <version>1.7-32</version>
</dependency>
Gradle Groovy
implementation 'com.payneteasy.superfly:superfly-httpclient-ssl:1.7-32'
Gradle Kotlin
implementation("com.payneteasy.superfly:superfly-httpclient-ssl:1.7-32")
Scala SBT
libraryDependencies += "com.payneteasy.superfly" % "superfly-httpclient-ssl" % "1.7-32"
Groovy Grape
@Grapes(
  @Grab(group='com.payneteasy.superfly', module='superfly-httpclient-ssl', version='1.7-32')
)
Apache Ivy
<dependency org="com.payneteasy.superfly" name="superfly-httpclient-ssl" rev="1.7-32" />
Leiningen
[com.payneteasy.superfly/superfly-httpclient-ssl "1.7-32"]
Apache Buildr
'com.payneteasy.superfly:superfly-httpclient-ssl:jar:1.7-32'