Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.projectodd.openwhisk |
ArtifactId | ArtifactIdclient |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
client-0.5.pom | |
client-0.5.jar | 225 KB |
client-0.5-sources.jar | 86 KB |
client-0.5-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.projectodd.openwhisk/client/ -->
<dependency>
<groupId>org.projectodd.openwhisk</groupId>
<artifactId>client</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.projectodd.openwhisk/client/
implementation 'org.projectodd.openwhisk:client:0.5'
// https://jarcasting.com/artifacts/org.projectodd.openwhisk/client/
implementation ("org.projectodd.openwhisk:client:0.5")
'org.projectodd.openwhisk:client:jar:0.5'
<dependency org="org.projectodd.openwhisk" name="client" rev="0.5">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.projectodd.openwhisk', module='client', version='0.5')
)
libraryDependencies += "org.projectodd.openwhisk" % "client" % "0.5"
[org.projectodd.openwhisk/client "0.5"]