| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.addc |
| Идентификатор | Идентификаторaddc-ssl |
| Последняя версия | Последняя версия2.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеaddc-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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.addc : addc-base | jar | 2.6 |
| com.addc : addc-security | jar | 2.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-httpclient : commons-httpclient | jar | 3.1 |
| org.jacorb : jacorb | jar | 3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |