is not current version
Last Version 2.6

com.addc:addc-ssl 2.2

The addc-ssl library supplies classes for helping with configuring and setting up TLS/SSL clients including Apache httpclient.

GroupId

GroupId

com.addc
ArtifactId

ArtifactId

addc-ssl
Version

Version

2.2
Type

Type

jar

Download addc-ssl 2.2


<!-- https://jarcasting.com/artifacts/com.addc/addc-ssl/ -->
<dependency>
    <groupId>com.addc</groupId>
    <artifactId>addc-ssl</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-ssl/
implementation 'com.addc:addc-ssl:2.2'
// https://jarcasting.com/artifacts/com.addc/addc-ssl/
implementation ("com.addc:addc-ssl:2.2")
'com.addc:addc-ssl:jar:2.2'
<dependency org="com.addc" name="addc-ssl" rev="2.2">
  <artifact name="addc-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-ssl', version='2.2')
)
libraryDependencies += "com.addc" % "addc-ssl" % "2.2"
[com.addc/addc-ssl "2.2"]