License |
License |
---|---|
GroupId | GroupIdcom.github.felfert |
ArtifactId | ArtifactIdjclouds-shaded |
Version | Version2.3.0 |
Type | Typejar |
Description |
DescriptionShaded jclouds
Provides a shaded jclouds with relocated guava and guice
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jclouds-shaded-2.3.0.pom | |
jclouds-shaded-2.3.0.jar | 13 MB |
jclouds-shaded-2.3.0-sources.jar | 7 MB |
jclouds-shaded-2.3.0-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.felfert/jclouds-shaded/ -->
<dependency>
<groupId>com.github.felfert</groupId>
<artifactId>jclouds-shaded</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.felfert/jclouds-shaded/
implementation 'com.github.felfert:jclouds-shaded:2.3.0'
// https://jarcasting.com/artifacts/com.github.felfert/jclouds-shaded/
implementation ("com.github.felfert:jclouds-shaded:2.3.0")
'com.github.felfert:jclouds-shaded:jar:2.3.0'
<dependency org="com.github.felfert" name="jclouds-shaded" rev="2.3.0">
<artifact name="jclouds-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.felfert', module='jclouds-shaded', version='2.3.0')
)
libraryDependencies += "com.github.felfert" % "jclouds-shaded" % "2.3.0"
[com.github.felfert/jclouds-shaded "2.3.0"]