| GroupId | GroupIdorg.jclouds.labs |
|---|---|
| ArtifactId | ArtifactIdhostedchef |
| Version | Version1.6.0-rc.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hostedchef-1.6.0-rc.5.pom | |
| hostedchef-1.6.0-rc.5.jar | 21 KB |
| hostedchef-1.6.0-rc.5-tests.jar | 19 KB |
| hostedchef-1.6.0-rc.5-sources.jar | 18 KB |
| hostedchef-1.6.0-rc.5-javadoc.jar | 99 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jclouds.labs/hostedchef/ -->
<dependency>
<groupId>org.jclouds.labs</groupId>
<artifactId>hostedchef</artifactId>
<version>1.6.0-rc.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jclouds.labs/hostedchef/
implementation 'org.jclouds.labs:hostedchef:1.6.0-rc.5'
// https://jarcasting.com/artifacts/org.jclouds.labs/hostedchef/
implementation ("org.jclouds.labs:hostedchef:1.6.0-rc.5")
'org.jclouds.labs:hostedchef:jar:1.6.0-rc.5'
<dependency org="org.jclouds.labs" name="hostedchef" rev="1.6.0-rc.5">
<artifact name="hostedchef" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jclouds.labs', module='hostedchef', version='1.6.0-rc.5')
)
libraryDependencies += "org.jclouds.labs" % "hostedchef" % "1.6.0-rc.5"
[org.jclouds.labs/hostedchef "1.6.0-rc.5"]