Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdjclouds-shaded |
Version | Version2.8.0-rc-202105182205 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.streamnative/jclouds-shaded/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>jclouds-shaded</artifactId>
<version>2.8.0-rc-202105182205</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/jclouds-shaded/
implementation 'io.streamnative:jclouds-shaded:2.8.0-rc-202105182205'
// https://jarcasting.com/artifacts/io.streamnative/jclouds-shaded/
implementation ("io.streamnative:jclouds-shaded:2.8.0-rc-202105182205")
'io.streamnative:jclouds-shaded:jar:2.8.0-rc-202105182205'
<dependency org="io.streamnative" name="jclouds-shaded" rev="2.8.0-rc-202105182205">
<artifact name="jclouds-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='jclouds-shaded', version='2.8.0-rc-202105182205')
)
libraryDependencies += "io.streamnative" % "jclouds-shaded" % "2.8.0-rc-202105182205"
[io.streamnative/jclouds-shaded "2.8.0-rc-202105182205"]