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