GroupId | GroupIdorg.jclouds.chef |
---|---|
ArtifactId | ArtifactIdchef-compute |
Version | Version1.5.9 |
Type | Typejar |
Filename | Size |
---|---|
chef-compute-1.5.9.pom | |
chef-compute-1.5.9.jar | 7 KB |
chef-compute-1.5.9-tests.jar | 14 KB |
chef-compute-1.5.9-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jclouds.chef/chef-compute/ -->
<dependency>
<groupId>org.jclouds.chef</groupId>
<artifactId>chef-compute</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jclouds.chef/chef-compute/
implementation 'org.jclouds.chef:chef-compute:1.5.9'
// https://jarcasting.com/artifacts/org.jclouds.chef/chef-compute/
implementation ("org.jclouds.chef:chef-compute:1.5.9")
'org.jclouds.chef:chef-compute:jar:1.5.9'
<dependency org="org.jclouds.chef" name="chef-compute" rev="1.5.9">
<artifact name="chef-compute" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jclouds.chef', module='chef-compute', version='1.5.9')
)
libraryDependencies += "org.jclouds.chef" % "chef-compute" % "1.5.9"
[org.jclouds.chef/chef-compute "1.5.9"]