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