License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.kuflow.engine.client |
ArtifactId | ArtifactIdkuflow-engine-client |
Version | Version0.0.3 |
Type | Typepom |
Description |
DescriptionKuFlow Engine Client
Client components to use in KuFlow server engine.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kuflow-engine-client-0.0.3.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kuflow.engine.client/kuflow-engine-client/ -->
<dependency>
<groupId>com.kuflow.engine.client</groupId>
<artifactId>kuflow-engine-client</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kuflow.engine.client/kuflow-engine-client/
implementation 'com.kuflow.engine.client:kuflow-engine-client:0.0.3'
// https://jarcasting.com/artifacts/com.kuflow.engine.client/kuflow-engine-client/
implementation ("com.kuflow.engine.client:kuflow-engine-client:0.0.3")
'com.kuflow.engine.client:kuflow-engine-client:pom:0.0.3'
<dependency org="com.kuflow.engine.client" name="kuflow-engine-client" rev="0.0.3">
<artifact name="kuflow-engine-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kuflow.engine.client', module='kuflow-engine-client', version='0.0.3')
)
libraryDependencies += "com.kuflow.engine.client" % "kuflow-engine-client" % "0.0.3"
[com.kuflow.engine.client/kuflow-engine-client "0.0.3"]