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