License |
License |
---|---|
GroupId | GroupIdorg.projectodd.openwhisk |
ArtifactId | ArtifactIdfunctions |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Java client for invoking and managing Apache OpenWhisk actions
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
functions-0.3.pom | |
functions-0.3.jar | 241 KB |
functions-0.3-sources.jar | 1 KB |
functions-0.3-javadoc.jar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.projectodd.openwhisk/functions/ -->
<dependency>
<groupId>org.projectodd.openwhisk</groupId>
<artifactId>functions</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectodd.openwhisk/functions/
implementation 'org.projectodd.openwhisk:functions:0.3'
// https://jarcasting.com/artifacts/org.projectodd.openwhisk/functions/
implementation ("org.projectodd.openwhisk:functions:0.3")
'org.projectodd.openwhisk:functions:jar:0.3'
<dependency org="org.projectodd.openwhisk" name="functions" rev="0.3">
<artifact name="functions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectodd.openwhisk', module='functions', version='0.3')
)
libraryDependencies += "org.projectodd.openwhisk" % "functions" % "0.3"
[org.projectodd.openwhisk/functions "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.14.3 |