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