GroupId | GroupIdorg.jclouds.chef |
---|---|
ArtifactId | ArtifactIdchef-compute |
Version | Version1.6.0-rc.4 |
Type | Typejar |
Filename | Size |
---|---|
chef-compute-1.6.0-rc.4.pom | |
chef-compute-1.6.0-rc.4.jar | 7 KB |
chef-compute-1.6.0-rc.4-tests.jar | 14 KB |
chef-compute-1.6.0-rc.4-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.6.0-rc.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jclouds.chef/chef-compute/
implementation 'org.jclouds.chef:chef-compute:1.6.0-rc.4'
// https://jarcasting.com/artifacts/org.jclouds.chef/chef-compute/
implementation ("org.jclouds.chef:chef-compute:1.6.0-rc.4")
'org.jclouds.chef:chef-compute:jar:1.6.0-rc.4'
<dependency org="org.jclouds.chef" name="chef-compute" rev="1.6.0-rc.4">
<artifact name="chef-compute" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jclouds.chef', module='chef-compute', version='1.6.0-rc.4')
)
libraryDependencies += "org.jclouds.chef" % "chef-compute" % "1.6.0-rc.4"
[org.jclouds.chef/chef-compute "1.6.0-rc.4"]