License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.jrh3k5 |
ArtifactId | ArtifactIdchef-cookbooks-client-java |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionChef Cookbooks Client (for Java)
A client library for Java that reads data from the cookbooks API.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.jrh3k5/chef-cookbooks-client-java/ -->
<dependency>
<groupId>com.github.jrh3k5</groupId>
<artifactId>chef-cookbooks-client-java</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jrh3k5/chef-cookbooks-client-java/
implementation 'com.github.jrh3k5:chef-cookbooks-client-java:1.0'
// https://jarcasting.com/artifacts/com.github.jrh3k5/chef-cookbooks-client-java/
implementation ("com.github.jrh3k5:chef-cookbooks-client-java:1.0")
'com.github.jrh3k5:chef-cookbooks-client-java:jar:1.0'
<dependency org="com.github.jrh3k5" name="chef-cookbooks-client-java" rev="1.0">
<artifact name="chef-cookbooks-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jrh3k5', module='chef-cookbooks-client-java', version='1.0')
)
libraryDependencies += "com.github.jrh3k5" % "chef-cookbooks-client-java" % "1.0"
[com.github.jrh3k5/chef-cookbooks-client-java "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.1.4 |
commons-io : commons-io | jar | 2.4 |
commons-lang : commons-lang | jar | 2.6 |
javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
org.glassfish.jersey.core : jersey-client | jar | 2.5 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.easytesting : fest-assert | jar | 1.4 |
org.mockito : mockito-core | jar | 1.9.5 |
org.powermock : powermock-api-mockito | jar | 1.5.2 |
org.powermock : powermock-core | jar | 1.5.2 |
org.powermock : powermock-module-junit4 | jar | 1.5.2 |