Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 374 Bytes

UID2 Attestation GCP

The repo provides helper facilities for obtaining an attestation request on Google Cloud Platform.

How to Install

For maven projects:

<!-- https://mvnrepository.com/artifact/com.uid2/attestation-gcp -->
<dependency>
    <groupId>com.uid2</groupId>
    <artifactId>attestation-gcp</artifactId>
    <version>1.1.0</version>
</dependency>