License |
License |
---|---|
GroupId | GroupIdcom.addc |
ArtifactId | ArtifactIdaddc-ssl |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionaddc-ssl
The addc-ssl library supplies classes for helping with configuring and setting up TLS/SSL clients and servers including
the Apache httpclient, A fised alias X.509 key manager and an implementation for the TLS/SSL layer in JacORB for running SSLIOP.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
addc-ssl-2.6.pom | |
addc-ssl-2.6.jar | 27 KB |
addc-ssl-2.6-tests.jar | 28 KB |
addc-ssl-2.6-sources.jar | 19 KB |
addc-ssl-2.6-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addc/addc-ssl/ -->
<dependency>
<groupId>com.addc</groupId>
<artifactId>addc-ssl</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.addc/addc-ssl/
implementation 'com.addc:addc-ssl:2.6'
// https://jarcasting.com/artifacts/com.addc/addc-ssl/
implementation ("com.addc:addc-ssl:2.6")
'com.addc:addc-ssl:jar:2.6'
<dependency org="com.addc" name="addc-ssl" rev="2.6">
<artifact name="addc-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addc', module='addc-ssl', version='2.6')
)
libraryDependencies += "com.addc" % "addc-ssl" % "2.6"
[com.addc/addc-ssl "2.6"]
Group / Artifact | Type | Version |
---|---|---|
com.addc : addc-base | jar | 2.6 |
com.addc : addc-security | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
commons-httpclient : commons-httpclient | jar | 3.1 |
org.jacorb : jacorb | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-module-junit4 | jar | 1.7.4 |
org.powermock : powermock-api-mockito | jar | 1.7.4 |
org.mockito : mockito-core | jar | 1.10.19 |
ch.qos.logback : logback-classic | jar | 1.2.3 |