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