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