is not current version
Last Version 2.6

com.addc:addc-ssl 2.3

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.3
Type

Type

jar

Download addc-ssl 2.3


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