MVN

org.apache.jclouds.chef : chef-compute

Maven & Gradle

Oct 11, 2014

Apache jclouds Chef :: Compute · Provisions nodes with jclouds and kicks off Chef to configure and integrate

<dependency>
    <groupId>org.apache.jclouds.chef</groupId>
    <artifactId>chef-compute</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jclouds.chef : chef-compute to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of org.apache.jclouds.chef : chef-compute to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
chef-compute-1.8.1
chef-compute-1.8.0
1.7.x
chef-compute-1.7.3
chef-compute-1.7.2
chef-compute-1.7.1
chef-compute-1.7.0
1.6.x
chef-compute-1.6.3
chef-compute-1.6.2-incubating
chef-compute-1.6.1-incubating

How to add a dependency to Maven

Add the following org.apache.jclouds.chef : chef-compute maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jclouds.chef</groupId>
    <artifactId>chef-compute</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jclouds.chef : chef-compute gradle dependency to your build.gradle file:

implementation 'org.apache.jclouds.chef:chef-compute:1.8.1'

Gradle Kotlin DSL: Add the following org.apache.jclouds.chef : chef-compute gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jclouds.chef:chef-compute:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jclouds.chef : chef-compute sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jclouds.chef" % "chef-compute" % "1.8.1"