License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.kuflow.engine.client |
ArtifactId | ArtifactIdkuflow-engine-client |
Version | Version1.0.1 |
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-1.0.1.pom | 1 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>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kuflow.engine.client/kuflow-engine-client/
implementation 'com.kuflow.engine.client:kuflow-engine-client:1.0.1'
// https://jarcasting.com/artifacts/com.kuflow.engine.client/kuflow-engine-client/
implementation ("com.kuflow.engine.client:kuflow-engine-client:1.0.1")
'com.kuflow.engine.client:kuflow-engine-client:pom:1.0.1'
<dependency org="com.kuflow.engine.client" name="kuflow-engine-client" rev="1.0.1">
<artifact name="kuflow-engine-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kuflow.engine.client', module='kuflow-engine-client', version='1.0.1')
)
libraryDependencies += "com.kuflow.engine.client" % "kuflow-engine-client" % "1.0.1"
[com.kuflow.engine.client/kuflow-engine-client "1.0.1"]