MVN

org.jclouds.chef : chef-compute

Maven & Gradle

Apr 28, 2013
4 stars

JClouds Chef :: Compute · provisions nodes with jclouds and kick's off chef to configure and integrate

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

Latest Version

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

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 1.6.0-rc.5
  • Latest Beta: 1.5.0-beta.10
  • Latest Alpha: 1.6.0-alpha.4

All Versions

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

Version Vulnerabilities Updated
1.6.x
chef-compute-1.6.0
chef-compute-1.6.0-rc.5
chef-compute-1.6.0-rc.4
chef-compute-1.6.0-rc.3
chef-compute-1.6.0-rc.1
chef-compute-1.6.0-alpha.4
chef-compute-1.6.0-alpha.3
chef-compute-1.6.0-alpha.2
chef-compute-1.6.0-alpha.1
1.5.x
chef-compute-1.5.10
chef-compute-1.5.9
chef-compute-1.5.8
chef-compute-1.5.7
chef-compute-1.5.6
chef-compute-1.5.5
chef-compute-1.5.4
chef-compute-1.5.3
chef-compute-1.5.2
chef-compute-1.5.1
chef-compute-1.5.0
chef-compute-1.5.0-rc.1
chef-compute-1.5.0-beta.10
chef-compute-1.5.0-beta.9
chef-compute-1.5.0-beta.8
chef-compute-1.5.0-beta.7

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.jclouds.chef:chef-compute:1.6.0'

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

implementation("org.jclouds.chef:chef-compute:1.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jclouds.chef" % "chef-compute" % "1.6.0"

Advertisement