README.md (tink-1.6.0) | : | README.md (tink-1.6.1) | ||
---|---|---|---|---|
# An implementation of [Google Payment Method Token](https://developers.google.c om/pay/api/payment-data-cryptography). | # An implementation of [Google Payment Method Token](https://developers.google.c om/pay/api/payment-data-cryptography). | |||
## Latest release | ## Latest release | |||
The most recent release is | The most recent release is | |||
[1.6.0](https://github.com/google/tink/releases/tag/v1.6.0), released | [1.6.1](https://github.com/google/tink/releases/tag/v1.6.1), released | |||
2021-05-17. API docs can be found | 2021-07-12. API docs can be found | |||
[here](https://google.github.io/tink/javadoc/apps-paymentmethodtoken/1.6.0). | [here](https://google.github.io/tink/javadoc/apps-paymentmethodtoken/1.6.1). | |||
The Maven group ID is `com.google.crypto.tink`, and the artifact ID is | The Maven group ID is `com.google.crypto.tink`, and the artifact ID is | |||
`apps-paymentmethodtoken`. | `apps-paymentmethodtoken`. | |||
To add a dependency using Maven: | To add a dependency using Maven: | |||
```xml | ```xml | |||
<dependency> | <dependency> | |||
<groupId>com.google.crypto.tink</groupId> | <groupId>com.google.crypto.tink</groupId> | |||
<artifactId>apps-paymentmethodtoken</artifactId> | <artifactId>apps-paymentmethodtoken</artifactId> | |||
<version>1.6.0</version> | <version>1.6.1</version> | |||
</dependency> | </dependency> | |||
``` | ``` | |||
## Snapshots | ## Snapshots | |||
Snapshots of this app built from the master branch are available through Maven | Snapshots of this app built from the master branch are available through Maven | |||
using version `HEAD-SNAPSHOT`. API docs can be found | using version `HEAD-SNAPSHOT`. API docs can be found | |||
[here](https://google.github.io/tink/javadoc/apps-paymentmethodtoken/HEAD-SNAPSH OT). | [here](https://google.github.io/tink/javadoc/apps-paymentmethodtoken/HEAD-SNAPSH OT). | |||
To add a dependency using Maven: | To add a dependency using Maven: | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |