Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.jclouds.provider |
ArtifactId | ArtifactIdcloudfiles-uk |
Version | Version1.0-beta-9a |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jclouds.provider/cloudfiles-uk/ -->
<dependency>
<groupId>org.jclouds.provider</groupId>
<artifactId>cloudfiles-uk</artifactId>
<version>1.0-beta-9a</version>
</dependency>
// https://jarcasting.com/artifacts/org.jclouds.provider/cloudfiles-uk/
implementation 'org.jclouds.provider:cloudfiles-uk:1.0-beta-9a'
// https://jarcasting.com/artifacts/org.jclouds.provider/cloudfiles-uk/
implementation ("org.jclouds.provider:cloudfiles-uk:1.0-beta-9a")
'org.jclouds.provider:cloudfiles-uk:jar:1.0-beta-9a'
<dependency org="org.jclouds.provider" name="cloudfiles-uk" rev="1.0-beta-9a">
<artifact name="cloudfiles-uk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jclouds.provider', module='cloudfiles-uk', version='1.0-beta-9a')
)
libraryDependencies += "org.jclouds.provider" % "cloudfiles-uk" % "1.0-beta-9a"
[org.jclouds.provider/cloudfiles-uk "1.0-beta-9a"]