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