Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdjclouds-shaded |
Version | Version2.7.4.5 |
Type | Typejar |
Filename | Size |
---|---|
jclouds-shaded-2.7.4.5.pom | |
jclouds-shaded-2.7.4.5.jar | 5 MB |
jclouds-shaded-2.7.4.5-sources.jar | 8 KB |
jclouds-shaded-2.7.4.5-javadoc.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative/jclouds-shaded/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>jclouds-shaded</artifactId>
<version>2.7.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/jclouds-shaded/
implementation 'io.streamnative:jclouds-shaded:2.7.4.5'
// https://jarcasting.com/artifacts/io.streamnative/jclouds-shaded/
implementation ("io.streamnative:jclouds-shaded:2.7.4.5")
'io.streamnative:jclouds-shaded:jar:2.7.4.5'
<dependency org="io.streamnative" name="jclouds-shaded" rev="2.7.4.5">
<artifact name="jclouds-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='jclouds-shaded', version='2.7.4.5')
)
libraryDependencies += "io.streamnative" % "jclouds-shaded" % "2.7.4.5"
[io.streamnative/jclouds-shaded "2.7.4.5"]