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