License |
License |
---|---|
Categories |
CategoriesThemis Security |
GroupId | GroupIdcom.cossacklabs.com |
ArtifactId | ArtifactIdthemis |
Last Version | Last Version0.14.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionThemis for Android
Cross-platform high-level cryptographic library for mobile, web, and server platforms
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
themis-0.14.0.pom | |
themis-0.14.0-sources.jar | 34 KB |
themis-0.14.0-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cossacklabs.com/themis/ -->
<dependency>
<groupId>com.cossacklabs.com</groupId>
<artifactId>themis</artifactId>
<version>0.14.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cossacklabs.com/themis/
implementation 'com.cossacklabs.com:themis:0.14.0'
// https://jarcasting.com/artifacts/com.cossacklabs.com/themis/
implementation ("com.cossacklabs.com:themis:0.14.0")
'com.cossacklabs.com:themis:aar:0.14.0'
<dependency org="com.cossacklabs.com" name="themis" rev="0.14.0">
<artifact name="themis" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cossacklabs.com', module='themis', version='0.14.0')
)
libraryDependencies += "com.cossacklabs.com" % "themis" % "0.14.0"
[com.cossacklabs.com/themis "0.14.0"]