License |
License |
---|---|
GroupId | GroupIdcom.google.crypto.tink |
ArtifactId | ArtifactIdapps-webpush |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTink Cryptography API for Message Encryption for Web Push (RFC 8291)
An implementation of Message Encryption for Web Push (RFC 8291), using Tink (https://github.com/google/tink).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
apps-webpush-1.6.1.pom | |
apps-webpush-1.6.1.jar | 11 KB |
apps-webpush-1.6.1-sources.jar | 25 KB |
apps-webpush-1.6.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.crypto.tink/apps-webpush/ -->
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>apps-webpush</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.crypto.tink/apps-webpush/
implementation 'com.google.crypto.tink:apps-webpush:1.6.1'
// https://jarcasting.com/artifacts/com.google.crypto.tink/apps-webpush/
implementation ("com.google.crypto.tink:apps-webpush:1.6.1")
'com.google.crypto.tink:apps-webpush:jar:1.6.1'
<dependency org="com.google.crypto.tink" name="apps-webpush" rev="1.6.1">
<artifact name="apps-webpush" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.crypto.tink', module='apps-webpush', version='1.6.1')
)
libraryDependencies += "com.google.crypto.tink" % "apps-webpush" % "1.6.1"
[com.google.crypto.tink/apps-webpush "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.crypto.tink : tink | jar | 1.6.1 |