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