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