License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.ionicsecurity.ipcs.google |
ArtifactId | ArtifactIdionicgcs |
Last Version | Last Version0.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionionicgcs
Integration between the Ionic Platform and Google Cloud Storage to leverage the Google CSEK capability with Ionic managed keys, allowing flexible, cross-cloud, and hybrid encryption key management with granular ABAC control over data.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ionicgcs-0.9.1.pom | |
ionicgcs-0.9.1.jar | 15 KB |
ionicgcs-0.9.1-sources.jar | 10 KB |
ionicgcs-0.9.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ionicsecurity.ipcs.google/ionicgcs/ -->
<dependency>
<groupId>com.ionicsecurity.ipcs.google</groupId>
<artifactId>ionicgcs</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ionicsecurity.ipcs.google/ionicgcs/
implementation 'com.ionicsecurity.ipcs.google:ionicgcs:0.9.1'
// https://jarcasting.com/artifacts/com.ionicsecurity.ipcs.google/ionicgcs/
implementation ("com.ionicsecurity.ipcs.google:ionicgcs:0.9.1")
'com.ionicsecurity.ipcs.google:ionicgcs:jar:0.9.1'
<dependency org="com.ionicsecurity.ipcs.google" name="ionicgcs" rev="0.9.1">
<artifact name="ionicgcs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ionicsecurity.ipcs.google', module='ionicgcs', version='0.9.1')
)
libraryDependencies += "com.ionicsecurity.ipcs.google" % "ionicgcs" % "0.9.1"
[com.ionicsecurity.ipcs.google/ionicgcs "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud : google-cloud-storage | jar | 1.53.0 |
com.ionic : ionic-sdk | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |