| GroupId | GroupIdorg.jclouds.labs |
|---|---|
| ArtifactId | ArtifactIdhostedchef |
| Version | Version1.5.0-beta.10 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jclouds.labs/hostedchef/ -->
<dependency>
<groupId>org.jclouds.labs</groupId>
<artifactId>hostedchef</artifactId>
<version>1.5.0-beta.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.jclouds.labs/hostedchef/
implementation 'org.jclouds.labs:hostedchef:1.5.0-beta.10'
// https://jarcasting.com/artifacts/org.jclouds.labs/hostedchef/
implementation ("org.jclouds.labs:hostedchef:1.5.0-beta.10")
'org.jclouds.labs:hostedchef:jar:1.5.0-beta.10'
<dependency org="org.jclouds.labs" name="hostedchef" rev="1.5.0-beta.10">
<artifact name="hostedchef" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jclouds.labs', module='hostedchef', version='1.5.0-beta.10')
)
libraryDependencies += "org.jclouds.labs" % "hostedchef" % "1.5.0-beta.10"
[org.jclouds.labs/hostedchef "1.5.0-beta.10"]