Registry / cloud / jclouds-core

jclouds-core

JSON →
library2.7.0javamavenunverified

Core components to access jclouds services, providing a unified API for cloud providers.

<dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-core</artifactId> <version>2.7.0</version> </dependency>
INSTALL
IMPORT
SIG · JCLOUDS-CORE
J
jclouds-core
cloudjavav2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ContextBuilder
org.jclouds.ContextBuilder

Connecting to AWS S3 using jclouds.

import org.jclouds.ContextBuilder; import org.jclouds.blobstore.BlobStoreContext; public class Example { public static void main(String[] args) { BlobStoreContext context = ContextBuilder.newBuilder("aws-s3") .credentials("accessKey", "secretKey") .buildView(BlobStoreContext.class); System.out.println("Connected to S3"); } }
Debug
Known issues
breakingjclouds 2.x has breaking changes from 1.x; API and provider modules may differ.
fix
Review jclouds 2.0 migration guide when upgrading from 1.x.
affects: >=2.0.0
Upgrade
Version history
2.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
jclouds-core — mvn dependency:get jclouds-core · libregistry