не последняя версия
Последняя версия 0.5

info.guardianproject.iocipher:IOCipher 0.4.2.1

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Группа

Группа

info.guardianproject.iocipher
Идентификатор

Идентификатор

IOCipher
Версия

Версия

0.4.2.1
Тип

Тип

aar

Скачать IOCipher 0.4.2.1

Имя Файла Размер
IOCipher-0.4.2.1.pom
Обзор

<!-- https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/ -->
<dependency>
    <groupId>info.guardianproject.iocipher</groupId>
    <artifactId>IOCipher</artifactId>
    <version>0.4.2.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/
implementation 'info.guardianproject.iocipher:IOCipher:0.4.2.1'
// https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/
implementation ("info.guardianproject.iocipher:IOCipher:0.4.2.1")
'info.guardianproject.iocipher:IOCipher:aar:0.4.2.1'
<dependency org="info.guardianproject.iocipher" name="IOCipher" rev="0.4.2.1">
  <artifact name="IOCipher" type="aar" />
</dependency>
@Grapes(
@Grab(group='info.guardianproject.iocipher', module='IOCipher', version='0.4.2.1')
)
libraryDependencies += "info.guardianproject.iocipher" % "IOCipher" % "0.4.2.1"
[info.guardianproject.iocipher/IOCipher "0.4.2.1"]