License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.projectodd.openwhisk |
ArtifactId | ArtifactIdclient |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Java client for invoking and managing Apache OpenWhisk actions
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
client-0.8.pom | |
client-0.8.jar | 226 KB |
client-0.8-sources.jar | 86 KB |
client-0.8-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.projectodd.openwhisk/client/ -->
<dependency>
<groupId>org.projectodd.openwhisk</groupId>
<artifactId>client</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectodd.openwhisk/client/
implementation 'org.projectodd.openwhisk:client:0.8'
// https://jarcasting.com/artifacts/org.projectodd.openwhisk/client/
implementation ("org.projectodd.openwhisk:client:0.8")
'org.projectodd.openwhisk:client:jar:0.8'
<dependency org="org.projectodd.openwhisk" name="client" rev="0.8">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectodd.openwhisk', module='client', version='0.8')
)
libraryDependencies += "org.projectodd.openwhisk" % "client" % "0.8"
[org.projectodd.openwhisk/client "0.8"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
com.squareup.okio : okio | jar | 1.15.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
io.swagger : swagger-annotations | jar | 1.5.20 |
com.squareup.okhttp : okhttp | jar | 2.7.5 |
com.squareup.okhttp : logging-interceptor | jar | 2.7.5 |
com.google.code.gson : gson | jar | 2.8.5 |
io.gsonfire : gson-fire | jar | 1.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |