GroupId | GroupIdio.holunda.taskpool |
---|---|
ArtifactId | ArtifactIdcamunda-bpm-taskpool-variable-serializer |
Version | Version2.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-taskpool-variable-serializer/ -->
<dependency>
<groupId>io.holunda.taskpool</groupId>
<artifactId>camunda-bpm-taskpool-variable-serializer</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-taskpool-variable-serializer/
implementation 'io.holunda.taskpool:camunda-bpm-taskpool-variable-serializer:2.0.3'
// https://jarcasting.com/artifacts/io.holunda.taskpool/camunda-bpm-taskpool-variable-serializer/
implementation ("io.holunda.taskpool:camunda-bpm-taskpool-variable-serializer:2.0.3")
'io.holunda.taskpool:camunda-bpm-taskpool-variable-serializer:jar:2.0.3'
<dependency org="io.holunda.taskpool" name="camunda-bpm-taskpool-variable-serializer" rev="2.0.3">
<artifact name="camunda-bpm-taskpool-variable-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.holunda.taskpool', module='camunda-bpm-taskpool-variable-serializer', version='2.0.3')
)
libraryDependencies += "io.holunda.taskpool" % "camunda-bpm-taskpool-variable-serializer" % "2.0.3"
[io.holunda.taskpool/camunda-bpm-taskpool-variable-serializer "2.0.3"]