j

jclouds-shaded

Provides a shaded jclouds with relocated guava and guice
https://github.com/felfert/jclouds-shaded
Apache License 2.0
Fritz Elfert
Files download
File Operation
jclouds-shaded-2.4.0.jar download
jclouds-shaded-2.4.0.pom download
jclouds-shaded-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.felfert</groupId>
  <artifactId>jclouds-shaded</artifactId>
  <version>2.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.felfert:jclouds-shaded:2.4.0'
Gradle Kotlin
implementation("com.github.felfert:jclouds-shaded:2.4.0")
Scala SBT
libraryDependencies += "com.github.felfert" % "jclouds-shaded" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.felfert', module='jclouds-shaded', version='2.4.0')
)
Apache Ivy
<dependency org="com.github.felfert" name="jclouds-shaded" rev="2.4.0" />
Leiningen
[com.github.felfert/jclouds-shaded "2.4.0"]
Apache Buildr
'com.github.felfert:jclouds-shaded:jar:2.4.0'