Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.symphony.platformsolutions |
ArtifactId | ArtifactIdsymphony-camunda-client |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.symphony.platformsolutions/symphony-camunda-client/ -->
<dependency>
<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-camunda-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.symphony.platformsolutions/symphony-camunda-client/
implementation 'com.symphony.platformsolutions:symphony-camunda-client:1.0.0'
// https://jarcasting.com/artifacts/com.symphony.platformsolutions/symphony-camunda-client/
implementation ("com.symphony.platformsolutions:symphony-camunda-client:1.0.0")
'com.symphony.platformsolutions:symphony-camunda-client:jar:1.0.0'
<dependency org="com.symphony.platformsolutions" name="symphony-camunda-client" rev="1.0.0">
<artifact name="symphony-camunda-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.symphony.platformsolutions', module='symphony-camunda-client', version='1.0.0')
)
libraryDependencies += "com.symphony.platformsolutions" % "symphony-camunda-client" % "1.0.0"
[com.symphony.platformsolutions/symphony-camunda-client "1.0.0"]