CDI extension for OCI

This CDI portable extension provides support for injecting an Oracle Cloud Infrastructure Object Storage client in your Helidon MicroProfile applications.

Maven Coordinates

To enable OCI Object Storage Support add the following dependency to your project’s pom.xml (see Managing Dependencies).

<dependency>
     <groupId>io.helidon.integrations.oci.sdk</groupId>
     <artifactId>helidon-integrations-oci-sdk-cdi</artifactId>
</dependency>
Copied

Using The Helidon OCI SDK Extension

Please see Helidon’s Oracle Cloud Infrastructure Integration for information on how to use Helidon’s OCI SDK Extension.